[]
Computes the location of the specified the DisplayField 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, point, in container coordinates. |