Returns the point of the control's client area where the specified 3D point is projected.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms
SyntaxC#
Copy Code
|
|---|
public Point PointToClient ( |
Visual Basic
Copy Code
|
|---|
Public Function PointToClient( _ |
A Point instance specifying the point coordinates in the control's client area.
See Also