Circle(Plane, Point2D, Double) Constructor

Plane, center and radius constructor.
Public Sub New( _ 
ByVal plane As Plane, _ 
ByVal center As Point2D, _ 
ByVal radius As Double
)
This language is not supported or no code example is available.
public Circle( 
Plane plane
Point2D center
double radius 
)
This language is not supported or no code example is available.

Parameters

plane
Plane

Plane

center
Point2D

2D center point

radius
double

Radius

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition