Click or drag to resize

PathArcTo Class

ArcTo element.
Inheritance Hierarchy
SystemObject
  SautinSoft.Document.DrawingPathElement
    SautinSoft.Document.DrawingPathArcTo

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

The PathArcTo type exposes the following members.

Properties
 NameDescription
Public propertyArcHeightRadius Gets arc height radius.
Public propertyArcStartAngle Gets arc start angle.
Public propertyArcSwingAngle Gets arc swing angle.
Public propertyArcWidthRadius Gets arc width radius.
Public propertyElementType Gets a path element type.
(Overrides PathElementElementType)
Top
Remarks
Draws an arc with the specified parameters from the current pen position.
See Also