Click or drag to resize
CanvasImageSource Methods

The CanvasImageSource type exposes the following members.

Methods
  NameDescription
Public methodConvertDipsToPixels
Converts units from device independent pixels (DIPs) to physical pixels based on the DPI of this image source.
Public methodConvertPixelsToDips
Converts units from physical pixels to device independent pixels (DIPs) based on the DPI of this image source.
Public methodCreateDrawingSession(Color)
Returns a new drawing session for redrawing the entire image source.
Public methodCreateDrawingSession(Color, Rect)
Returns a new drawing session for updating a region of the image source.
Public methodRecreate
Recreates the underlying image source.
Top
See Also