Computes client coordinates into document coordinates which are in twips relative to the top-left corner of the whole document.
Introduced: X15.
public System.Drawing.Point ClientToDocument(System.Drawing.Point point);
public System.Drawing.Rectangle ClientToDocument(System.Drawing.Rectangle rectangle);
Parameter | Description |
---|---|
point | Specifies a client point which document coordinates are computed. |
rectangle | Specifies a client rectangle which document coordinates are computed. |
The return value specifies the computed document point or rectangle.