Click or drag to resize

PathCubicBezierTo Class

CubicBezierTo element.
Inheritance Hierarchy
SystemObject
  SautinSoft.Document.DrawingPathElement
    SautinSoft.Document.DrawingPathCubicBezierTo

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

The PathCubicBezierTo type exposes the following members.

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