Click or drag to resize
DigitalRuneArcSegment2FRadius Property
Gets or sets the radii (semi-major and semi-minor axis) of the ellipse.

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

Property Value

Type: Vector2F
The radii of the ellipse. The default value is (1, 1).
Exceptions
ExceptionCondition
ArgumentException A radius is 0 or negative.
See Also