Click or drag to resize

ItemLocationDirectAutoSizeSetPositionAndSize Method

Sets the position and size. Since this location is for autosized items, we silently ignore the size parameter here.

Namespace: Altaxo.Graph.Graph3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public override void SetPositionAndSize(
	RADouble x,
	RADouble y,
	RADouble z,
	RADouble sizeX,
	RADouble sizeY,
	RADouble sizeZ
)

Parameters

x  RADouble
The x position.
y  RADouble
The y position.
z  RADouble
The z position.
sizeX  RADouble
The width (ignored).
sizeY  RADouble
The height (ignored).
sizeZ  RADouble
The z size (ignored).
See Also