Click or drag to resize

RectangleD3DCenter Property

Gets the center of this rectangle.

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

Property Value

PointD3D
The center of this rectangle.
See Also