[]
        
(Showing Draft Content)

GrapeCity.Documents.Drawing.ArcSegment

Struct ArcSegment

Namespace
GrapeCity.Documents.Drawing
Assembly
GcDocs.Imaging.dll

Describes an elliptical arc between two points.

public struct ArcSegment
Inherited Members
System.ValueType.Equals(object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetType()

Fields

ArcSize

A value that specifies whether the given arc is larger than 180 degrees.

public ArcSize ArcSize

Field Value

ArcSize

Point

The end point of the arc.

public PointF Point

Field Value

System.Drawing.PointF

RotationAngle

A value that specifies how many degrees in the clockwise direction the ellipse is rotated relative to the current coordinate system.

public float RotationAngle

Field Value

float

Size

The x-radius and y-radius of the arc.

public SizeF Size

Field Value

System.Drawing.SizeF

SweepDirection

A value that specifies whether the arc sweep is clockwise or counterclockwise.

public SweepDirection SweepDirection

Field Value

SweepDirection