CanvasImageSource Constructor (ICanvasResourceCreator, Single, Single, Single) |
Initializes a new instance of the CanvasImageSource class.
Namespace:
Microsoft.Graphics.Canvas.UI.Xaml
Assembly:
Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntaxpublic CanvasImageSource(
ICanvasResourceCreator resourceCreator,
float width,
float height,
float dpi
)
Parameters
- resourceCreator
- Type: Microsoft.Graphics.Canvas.ICanvasResourceCreator
- width
- Type: System.Single
- height
- Type: System.Single
- dpi
- Type: System.Single
RemarksSize is in device independent pixels (DIPs), using the specified DPI.
See Also