Moves the current pen position to the new specified point.
Namespace: SautinSoft.Document.DrawingAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2025.1.16
Syntaxpublic void MoveTo(
Point point
)
Public Sub MoveTo (
point As Point
)
Parameters
- point Point
- Point.
See Also