HostLayerSetPositionSize Method |
Sets the position and size values stored in the current location object.
Namespace: Altaxo.Graph.Graph3DAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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