Click or drag to resize

PathMoveTo Class

MoveTo element.
Inheritance Hierarchy
SystemObject
  SautinSoft.Document.DrawingPathElement
    SautinSoft.Document.DrawingPathMoveTo

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

The PathMoveTo type exposes the following members.

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