Click or drag to resize
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
Syntax
C#
public 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
Remarks
Size is in device independent pixels (DIPs), using the specified DPI.
See Also