Struct InkPoint
- Namespace
- PaintDotNet.Direct2D1
- Assembly
- PaintDotNet.Windows.dll
Represents a point, radius pair that makes up part of a InkBezierSegment.
D2D1_INK_POINT
public struct InkPoint : IEquatable<InkPoint>
- Implements
- Inherited Members
Constructors
Properties
- Radius
The radius of this point. Corresponds to the width of the ink stroke at this point in the stroke.
- X
The x-coordinate of the point.
- Y
The y-coordinate of the point.