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