| CanvasControl Methods |
The CanvasControl 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. | |
| Invalidate | Indicates that the contents of the CanvasControl need to be redrawn.
Calling Invalidate results in the Draw event being raised shortly afterward. | |
| RemoveFromVisualTree | Removes the control from the last FrameworkElement it was parented to. |