Table of Contents

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

InkBezierSegment(InkPoint, InkPoint, InkPoint)

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.

Methods

Equals(InkBezierSegment)
Equals(in InkBezierSegment)
Equals(object?)
GetHashCode()

Operators

operator ==(in InkBezierSegment, in InkBezierSegment)
operator !=(in InkBezierSegment, in InkBezierSegment)