[]
Converts a size from render coordinates to absolute coordinates.
protected Size ConvertToAbsoluteCoordinates(Size size)
| Type | Name | Description |
|---|---|---|
| Size | size | The size to be converted. |
| Type | Description |
|---|---|
| Size |
Converts a rectangle from render coordinates to absolute coordinates.
protected Rect ConvertToAbsoluteCoordinates(Rect area)
| Type | Name | Description |
|---|---|---|
| Rect | area | The rectangle to be converted. |
| Type | Description |
|---|---|
| Rect |
Converts a point from render coordinates to absolute coordinates.
protected Point ConvertToAbsoluteCoordinates(Point point)
| Type | Name | Description |
|---|---|---|
| Point | point | The point to be converted. |
| Type | Description |
|---|---|
| Point |
Converts a length from render coordinates to absolute coordinates in order to implement zoom panel easily.
protected virtual double ConvertToAbsoluteCoordinates(double length)
| Type | Name | Description |
|---|---|---|
| double | length | The length to be converted. |
| Type | Description |
|---|---|
| double |