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.Gdi
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 width,
	RADouble height
)

Parameters

x  RADouble
The x position.
y  RADouble
The y position.
width  RADouble
The width (ignored).
height  RADouble
The height (ignored).
See Also