Click or drag to resize

RectangleD3DWithLocation Method

Returns a new instance with the specified location.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public RectangleD3D WithLocation(
	PointD3D newLocation
)

Parameters

newLocation  PointD3D
The new location of the left-top-front corner.

Return Value

RectangleD3D
A new rectangle with the updated location.
See Also