Converts a Point that represents the current coordinate system of the Text
Introduced: X15.
public System.Windows.Point PointToDocument(System.Windows.Point point);
Public Function PointToDocument(point As System.Windows.Point) As System.Windows.Point
Parameter | Description |
---|---|
point | Specifies a point that represents the current coordinate system of the Text |
The return value specifies the converted Point in document coordinates.
Learn more about the TXText