[]
Computes the location of the specified field point into container coordinates.
public Point PointFieldToContainer(Point point)
Public Function PointFieldToContainer(point As Point) As Point
| Type | Name | Description |
|---|---|---|
| Point | point | The field coordinate Point to convert. |
| Type | Description |
|---|---|
| Point | A Point that represents the converted Point, p, in container coordinates. |
This method converts the point in the field coordinates to a new point in the container coordinates.