Summary
Converts a
Size
to device pixels using the specified dots per inch (DPI).
Syntax
public static PixelSize FromSizeWithDpi(Size size, Vector dpi)
Parameters
Return Value
Type | Description |
---|---|
PixelSize | The device-independent size. |