Table of Contents

Class ArcSegment

Namespace
HelixToolkit.SharpDX.Core2D
Assembly
HelixToolkit.SharpDX.dll
public class ArcSegment : Segment, ISegment
Inheritance
ArcSegment
Implements
Inherited Members

Constructors

ArcSegment(Vector2, Size2F, float, SweepDirection, ArcSize)

public ArcSegment(Vector2 point, Size2F size, float rotation, SweepDirection sweepDirection, ArcSize arcSize)

Parameters

point Vector2
size Size2F
rotation float
sweepDirection SweepDirection
arcSize ArcSize

Fields

ArcSize

public readonly ArcSize ArcSize

Field Value

ArcSize

Point

public readonly Vector2 Point

Field Value

Vector2

Rotation

public readonly float Rotation

Field Value

float

Size

public readonly Size2F Size

Field Value

Size2F

SweepDirection

public readonly SweepDirection SweepDirection

Field Value

SweepDirection

Methods

Create(GeometrySink)

public override void Create(GeometrySink sink)

Parameters

sink GeometrySink