ItemLocationDirectAutoSizeSetPositionAndSize Method |
Sets the position and size. Since this location is for autosized items, we silently ignore the size parameter here.
Namespace: Altaxo.Graph.Graph3DAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic override void SetPositionAndSize(
RADouble x,
RADouble y,
RADouble z,
RADouble size_x,
RADouble size_y,
RADouble size_z
)
Parameters
- x RADouble
- The x position.
- y RADouble
- The y position.
- z RADouble
- The z position.
- size_x RADouble
- The width (ignored).
- size_y RADouble
- The height (ignored).
- size_z RADouble
- The z size (ignored).
See Also