Table of Contents

Struct InkBezierSegment

Namespace
SharpDX.Direct2D1
Assembly
SharpDX.Direct2D1.dll

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

InkPoint

Point2

No documentation.

public InkPoint Point2

Field Value

InkPoint

Point3

No documentation.

public InkPoint Point3

Field Value

InkPoint