Click or drag to resize

ItemLocationDirectSetAbsoluteSize Method

Sets the absolute size.

Namespace: Altaxo.Graph.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public virtual void SetAbsoluteSize(
	PointD2D value,
	EventFiring eventFiring
)

Parameters

value  PointD2D
The absolute size.
eventFiring  EventFiring
Controls whether change events are fired.
See Also