[]
Computes the location of the specified container point into the DisplayField coordinates.
public Point PointContainerToField(Point point)
Public Function PointContainerToField(point As Point) As Point
Type | Name | Description |
---|---|---|
Point | point | The container coordinate Point to convert. |
Type | Description |
---|---|
Point | A Point that represents the converted Point, point, in field coordinates. |