Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

16b11297 1292 cd53 d666 dc41c2da2da4

haplokuon edited this page May 6, 2023 · 1 revision

Radius Property

netDxf 3.0.0 Library

Gets the radius of the circle that contains the bounding rectangle.

Definition

Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public double Radius { get; }

VB

Public ReadOnly Property Radius As Double
	Get

C++

public:
property double Radius {
	double get ();
}

F#

member Radius : float with get

Property Value

Double

See Also

Reference

BoundingRectangle Class
netDxf Namespace

Clone this wiki locally