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