Click or drag to resize

PathClose Class

Close element.
Inheritance Hierarchy
SystemObject
  SautinSoft.Document.DrawingPathElement
    SautinSoft.Document.DrawingPathClose

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

The PathClose type exposes the following members.

Properties
 NameDescription
Public propertyElementType Gets a path element type.
(Overrides PathElementElementType)
Top
Remarks
Closes the current path.
See Also