Click or drag to resize
DigitalRuneCapsuleShapeRadius Property
Gets or sets the radius.

Namespace: DigitalRune.Geometry.Shapes
Assembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax
public float Radius { get; set; }

Property Value

Type: Single
The radius.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionvalue is either negative or greater than Height / 2. (The radius must be less than or equal to height / 2.)
See Also