Summary
Converts a
Rect
to device pixels using the specified dots per inch (DPI).
Syntax
public static PixelRect FromRectWithDpi(Rect rect, Vector dpi)
Parameters
Return Value
Type | Description |
---|---|
PixelRect | The device-independent point. |