Click or drag to resize
CanvasVirtualControl Methods

The CanvasVirtualControl type exposes the following members.

Methods
  NameDescription
Public methodConvertDipsToPixels
Converts units from device independent pixels (DIPs) to physical pixels based on the current DPI of this control.
Public methodConvertPixelsToDips
Converts units from physical pixels to device independent pixels (DIPs) based on the current DPI of this control.
Public methodCreateDrawingSession
Returns a new drawing session for updating a region of the control.
Public methodInvalidate
Marks the entire control as needing to be redrawn.
Public methodInvalidate(Rect)
Marks a region of the control as needing to be redrawn.
Public methodRemoveFromVisualTree
Removes the control from the last FrameworkElement it was parented to.
Public methodResumeDrawingSession
Resumes a previously suspended drawing session.
Public methodSuspendDrawingSession
Suspends a drawing session so that it may be resumed on another thread.
Top
See Also