CanvasImageSource Methods |
The CanvasImageSource type exposes the following members.
Name | Description | |
---|---|---|
![]() | ConvertDipsToPixels | Converts units from device independent pixels (DIPs) to physical pixels based on the DPI of this image source. |
![]() | ConvertPixelsToDips | Converts units from physical pixels to device independent pixels (DIPs) based on the DPI of this image source. |
![]() | CreateDrawingSession(Color) | Returns a new drawing session for redrawing the entire image source. |
![]() | CreateDrawingSession(Color, Rect) | Returns a new drawing session for updating a region of the image source. |
![]() | Recreate | Recreates the underlying image source. |