Struct QuadraticBezierSegment
- Namespace
- PaintDotNet.Direct2D1
- Assembly
- PaintDotNet.Windows.dll
Contains the control point and end point for a quadratic Bezier segment.
D2D1_QUADRATIC_BEZIER_SEGMENT
public struct QuadraticBezierSegment : IEquatable<QuadraticBezierSegment>
- Implements
- Inherited Members
Constructors
Properties
- Point1
The control point of the quadratic Bezier segment.
- Point2
The end point of the quadratic Bezier segment.