Click or drag to resize
ICanvasResourceCreatorWithDpiConvertDipsToPixels Method
Converts units from device independent pixels (DIPs) to physical pixels based on the current DPI of this object.

Namespace:  Microsoft.Graphics.Canvas
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
int ConvertDipsToPixels(
	float dips,
	CanvasDpiRounding dpiRounding
)

Parameters

dips
Type: SystemSingle
dpiRounding
Type: Microsoft.Graphics.CanvasCanvasDpiRounding

Return Value

Type: Int32
Remarks
For more information, see DPI and DIPs.
See Also