Table of Contents

Struct QuadraticBezierSegment

Namespace
SharpDX.Direct2D1
Assembly
SharpDX.Direct2D1.dll

Contains the control point and end point for a quadratic Bezier segment.

public struct QuadraticBezierSegment
Inherited Members

Fields

Point1

The control point of the quadratic Bezier segment.

public RawVector2 Point1

Field Value

RawVector2

Point2

The end point of the quadratic Bezier segment.

public RawVector2 Point2

Field Value

RawVector2