Click or drag to resize

ItemLocationDirectSetPositionAndSize Method

Sets the position and size.

Namespace: Altaxo.Graph.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public 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