Computes coordinates in twips relative to the top-left corner of the document into client coordinates.
Introduced: X15.
System.Drawing.Point DocumentToClient(System.Drawing.Point point);
Public Function DocumentToClient(point As System.Drawing.Point) As System.Drawing.Point
System.Drawing.Rectangle DocumentToClient(System.Drawing.Rectangle rectangle);
Public Function DocumentToClient(rectangle As System.Drawing.Rectangle) As System.Drawing.Rectangle
Parameter | Description |
---|---|
point | Specifies a document point which client coordinates are computed. |
rectangle | Specifies a document rectangle which client coordinates are computed. |
The return value specifies the computed client point or rectangle.
Learn more about the TXText