ItemLocationDirectSetPositionAndSize Method |
Sets the position and size.
Namespace: Altaxo.Graph.GdiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic virtual void SetPositionAndSize(
RADouble x,
RADouble y,
RADouble width,
RADouble height
)
Parameters
- x RADouble
- The x position.
- y RADouble
- The y position.
- width RADouble
- The width.
- height RADouble
- The height.
See Also