Draws a straight line from the current pen position to the new specified point.
Namespace: SautinSoft.Document.DrawingAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.11.20
Syntax public void AddLine(
Point point
)
Public Sub AddLine (
point As Point
)
Parameters
- point Point
- Point.
See Also