Click or drag to resize

HostLayerSetPositionSize Method

Sets position and size in a single operation.

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