DrawingViewPointToClient Method |
Convert the coordinates from the screen coordinate system to the client coordinate system.
Namespace:
RootPro.RootProCAD.UI
Assembly:
RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax public abstract Point PointToClient(
Point point
)
Public MustOverride Function PointToClient (
point As Point
) As Point
Parameters
- point
- Type: System.DrawingPoint
Coordinates in the screen coordinate system
Return Value
Type:
Point Coordinates in the client coordinate system
See Also