| CanvasVirtualControl Methods |
The CanvasVirtualControl type exposes the following members.
| Name | Description | |
|---|---|---|
| ConvertDipsToPixels | Converts units from device independent pixels (DIPs) to physical pixels based on the current DPI of this control. | |
| ConvertPixelsToDips | Converts units from physical pixels to device independent pixels (DIPs) based on the current DPI of this control. | |
| CreateDrawingSession | Returns a new drawing session for updating a region of the control. | |
| Invalidate | Marks the entire control as needing to be redrawn. | |
| Invalidate(Rect) | Marks a region of the control as needing to be redrawn. | |
| RemoveFromVisualTree | Removes the control from the last FrameworkElement it was parented to. | |
| ResumeDrawingSession | Resumes a previously suspended drawing session. | |
| SuspendDrawingSession | Suspends a drawing session so that it may be resumed on another thread. |