Click or drag to resize
CanvasSpriteBatchConvertPixelsToDips Method
[Win10_10586] Converts units from physical pixels to device independent pixels (DIPs) based on the DPI of this sprite batch.

Namespace:  Microsoft.Graphics.Canvas
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public float ConvertPixelsToDips(
	int pixels
)

Parameters

pixels
Type: SystemInt32

Return Value

Type: Single

Implements

ICanvasResourceCreatorWithDpiConvertPixelsToDips(Int32)
Remarks

This API is only available when running on Windows 10 build 10586 (released November 2015) or greater.

For more information, see DPI and DIPs.
See Also