Click or drag to resize

PathLineTo Class

LineTo element.
Inheritance Hierarchy
SystemObject
  SautinSoft.Document.DrawingPathElement
    SautinSoft.Document.DrawingPathLineTo

Namespace: SautinSoft.Document.Drawing
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.1.24
Syntax
public sealed class PathLineTo : PathElement

The PathLineTo type exposes the following members.

Properties
 NameDescription
Public propertyElementType Gets a path element type.
(Overrides PathElementElementType)
Public propertyPoint Gets point.
Top
Remarks
Draws a straight line from the current pen position to the new specified point.
See Also