Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 698 Bytes

VisualizerDrawEventArgs.md

File metadata and controls

19 lines (15 loc) · 698 Bytes

VisualizerDrawEventArgs

Draw event arguments for CustomVisualizer

Constructor

VisualizerDrawEventArgs(VisualizationDataFrame data,Object drawingSession,Windows.Foundation.Size viewExtent,Windows.Foundation.IReference<Windows.Foundation.TimeSpan> presentationTime)

Constructs the object with given parameters

Properties

Data (VisualizationDataFrame)

Visualization data

DrawingSession (Object)

The Win2D drawing session object

ViewExtent (Windows.FoundationSize)

The size of the view to be drawn

PresentationTime (Windows.Foundation.TimeSpan?)

If present indicates current presentation time (i.e the time position which is currently playing)

Home