Table of Contents

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

InkPoint(Point2Float, float)
InkPoint(float, float, float)

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.

Methods

Equals(InkPoint)
Equals(object?)
GetHashCode()

Operators

operator ==(InkPoint, InkPoint)
operator !=(InkPoint, InkPoint)