Click or drag to resize

HostLayerSetPositionSize Method

Sets the position and size values stored in the current location object.

Namespace: Altaxo.Graph.Graph3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void SetPositionSize(
	RADouble x,
	RADouble y,
	RADouble z,
	RADouble width,
	RADouble height,
	RADouble sizeZ
)

Parameters

x  RADouble
The x-position value.
y  RADouble
The y-position value.
z  RADouble
The z-position value.
width  RADouble
The width value.
height  RADouble
The height value.
sizeZ  RADouble
The depth value.
See Also