| Circle | 
 Inheritance Hierarchy
Inheritance Hierarchy Syntax
Syntaxpublic class Circle2D : Shape2D
The Circle2D type exposes the following members.
 Constructors
Constructors Properties
Properties| Name | Description | |
|---|---|---|
|  | BoundBox | (Inherited from Shape2D) | 
|  | Color | (Inherited from Shape2D) | 
|  | FillType | |
|  | LineType | (Inherited from Shape2D) | 
|  | LineWidth | (Inherited from Shape2D) | 
|  | Origin | |
|  | Radius | |
|  | ShapeType | (Inherited from Shape2D) | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Clear | (Inherited from Shape2D) | 
|  | Clone | (Overrides Shape2DClone) | 
|  | ContainedByBox | (Inherited from Shape2D) | 
|  | DistanceTo | (Overrides Shape2DDistanceTo(Vec2)) | 
|  | IntersectWithBox | (Overrides Shape2DIntersectWithBox(Box2D)) | 
|  | IsEmpty | (Overrides Shape2DIsEmpty) | 
|  | SamplePoint | |
|  | SamplePoints | |
|  | Transform | (Overrides Shape2DTransform(Mat43)) | 
|  | Translate(Vec2) | (Overrides Shape2DTranslate(Vec2)) | 
|  | Translate(Double, Double) | (Overrides Shape2DTranslate(Double, Double)) | 
 See Also
See Also