Struct InkBezierSegment
Represents a Bezier segment to be used in the creation of an Ink object. This structure differs from BezierSegment in that it is composed of InkPoints, which contain a radius in addition to x- and y-coordinates.
public struct InkBezierSegment
- Inherited Members
Fields
Point1
No documentation.
public InkPoint Point1
Field Value
Point2
No documentation.
public InkPoint Point2
Field Value
Point3
No documentation.
public InkPoint Point3