[]
Converts a size from absolute coordinates to layout coordinates.
protected Size ConvertToLayoutCoordinates(Size size)
| Type | Name | Description |
|---|---|---|
| Size | size | The size to be converted. |
| Type | Description |
|---|---|
| Size |
Converts a point from absolute coordinates to layout coordinates.
protected Point ConvertToLayoutCoordinates(Point size)
| Type | Name | Description |
|---|---|---|
| Point | size | The point to be converted. |
| Type | Description |
|---|---|
| Point |
Converts a length from absolute coordinates to layout coordinates.
protected double ConvertToLayoutCoordinates(double length)
| Type | Name | Description |
|---|---|---|
| double | length | The length. |
| Type | Description |
|---|---|
| double |