[]
Converts pixels to points.
public static double ToPoints(double pixels)
| Type | Name | Description |
|---|---|---|
| double | pixels | Measurement in pixels. |
| Type | Description |
|---|---|
| double | 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. |