Click or drag to resize

RectangleD2DOuterCircleBoundingBox Property

Gets a rectangle that includes the smallest circle around this rectangle.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public RectangleD2D OuterCircleBoundingBox { get; }

Property Value

RectangleD2D
A rectangle that includes the smallest circle around this rectangle.
See Also