Struct InkBezierSegment
- Namespace
- PaintDotNet.Direct2D1
- Assembly
- PaintDotNet.Windows.dll
Represents a Bezier segment to be used in the creation of an IInk object. This structure differs from BezierSegmentFloat
in that it is composed of InkPoints, which contain a radius in addition to x- and y-coordinates.
D2D1_INK_BEZIER_SEGMENT
public struct InkBezierSegment : IEquatable<InkBezierSegment>
- Implements
- Inherited Members
Constructors
Properties
- Point1
The first control point for the Bezier segment.
- Point2
The second control point for the Bezier segment.
- Point3
The end point for the Bezier segment.