Click or drag to resize

PathQuadBezierTo Class

QuadBezierTo element.
Inheritance Hierarchy
SystemObject
  SautinSoft.Document.DrawingPathElement
    SautinSoft.Document.DrawingPathQuadBezierTo

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

The PathQuadBezierTo type exposes the following members.

Properties
 NameDescription
Public propertyControlPoint Gets control point.
Public propertyElementType Gets a path element type.
(Overrides PathElementElementType)
Public propertyEndPoint Gets end point.
Top
Remarks
Draws a quadratic bezier curve along the specified points.
See Also