RectangleD3DWithLocation Method |
Returns a new instance with the specified location.
Namespace: Altaxo.GeometryAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic RectangleD3D WithLocation(
PointD3D newLocation
)
Parameters
- newLocation PointD3D
- The new location of the left-top-front corner.
Return Value
RectangleD3DA new rectangle with the updated location.
See Also