[]
Converts a size from absolute coordinates to render coordinates.
protected Size ConvertToRenderCoordinates(Size size)
Protected Function ConvertToRenderCoordinates(size As Size) As 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)
Protected Function ConvertToRenderCoordinates(size As Point) As Point
| 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)
Protected Function ConvertToRenderCoordinates(rect As Rect) As 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)
Protected Overridable Function ConvertToRenderCoordinates(length As Double) As Double
| Type | Name | Description |
|---|---|---|
| double | length | The length to be converted. |
| Type | Description |
|---|---|
| double |