Converts the specified rectangle from client to document coordinates.
Namespace: MindFusion.Diagramming.WebForms
Package: MindFusion.Diagramming.WebForms
C# Copy Code |
---|
public RectangleF ClientToDoc ( |
Visual Basic Copy Code |
---|
Public Function ClientToDoc( _ |
A .NET RectangleF instance, which represents the document coordinates of clientRect.
This method is useful when the document coordinates of a rectangle are needed. For example, the method can be used to determine the visual area of the diagram by calling it with the control's ClientRectangle as an argument.