[]
Converts screen control coordinates to data coordinates. Returns null if conversion is not possible.
public Point3D? PointToData(Point screenPoint)
Type | Name | Description |
---|---|---|
Point | screenPoint |
Type | Description |
---|---|
Point3D? | 3D point in data coordinates. |