HostLayerSetPositionSize Method |
Sets position and size in a single operation.
Namespace: Altaxo.Graph.GdiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void SetPositionSize(
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