Click or drag to resize
DigitalRuneArcSegment2FIsLargeArc Property
Gets or sets a value that indicates whether the arc should be greater than 180 degrees.

Namespace: DigitalRune.Mathematics.Interpolation
Assembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax
public bool IsLargeArc { get; set; }

Property Value

Type: Boolean
if the arc should be greater than 180 degrees; otherwise, . The default value is .
See Also