Table of Contents

Struct PointDescription

Namespace
SharpDX.Direct2D1
Assembly
SharpDX.Direct2D1.dll

Describes a point on a path geometry.

public struct PointDescription
Inherited Members

Fields

EndFigure

The index of the figure on which point resides.

public int EndFigure

Field Value

int

EndSegment

The index of the segment on which point resides. This index is global to the entire path, not just to a particular figure.

public int EndSegment

Field Value

int

LengthToEndSegment

The length of the section of the path stretching from the start of the path to the start of endSegment.

public float LengthToEndSegment

Field Value

float

Point

The end point after walking the path.

public RawVector2 Point

Field Value

RawVector2

UnitTangentVector

A unit vector indicating the tangent point.

public RawVector2 UnitTangentVector

Field Value

RawVector2