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
Fields
ArcSize
public readonly ArcSize ArcSize
Field Value
- ArcSize
Point
public readonly Vector2 Point
Field Value
Rotation
public readonly float Rotation
Field Value
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
sinkGeometrySink