[]
Converts pixels to points.
public static float ToPoints(float pixels)
Type | Name | Description |
---|---|---|
float | pixels | Measurement in pixels. |
Type | Description |
---|---|
float | Measurement in points. |
Converts pixels to points.
public static SizeF ToPoints(SizeF szPixels)
Type | Name | Description |
---|---|---|
SizeF | szPixels | The size in pixels. |
Type | Description |
---|---|
SizeF | The size in points. |
Converts pixels to points.
public static RectangleF ToPoints(RectangleF rcPixels)
Type | Name | Description |
---|---|---|
RectangleF | rcPixels | The rectangle in pixels. |
Type | Description |
---|---|
RectangleF | The rectangle in points. |