BezierSegment Class
Represents a path segment in a
Figure, consisting of zero, one, or more cubic Bézier curves.
Namespace: KGySoft.Drawing.ShapesAssembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 10.0.0-rc.1
public sealed class BezierSegment : PathSegment
Public NotInheritable Class BezierSegment
Inherits PathSegment
public ref class BezierSegment sealed : public PathSegment
[<SealedAttribute>]
type BezierSegment =
class
inherit PathSegment
end
- Inheritance
- Object PathSegment BezierSegment
This class is meant to provide information about a series of cubic Bézier segments in a
Figure for interoperability with other libraries.
To add new figures or path segments to a
Path, use its public
StartFigure and
Add... methods instead.
| EndPoint |
Gets the end point of this BezierSegment.
(Overrides PathSegmentEndPoint) |
| Points |
Gets a read-only collection of the points that define this BezierSegment.
It always contains 1 + 3n points, where n is the number of cubic Bézier curves in this segment (n can be zero).
|
| StartPoint |
Gets the start point of this BezierSegment.
(Overrides PathSegmentStartPoint) |