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