Click or drag to resize

GraphicBaseSetSize Method

Sets the size of the item.

Namespace: Altaxo.Graph.Gdi.Shapes
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected virtual void SetSize(
	double width,
	double height,
	EventFiring eventFiring
)

Parameters

width  Double
Unscaled width of the item.
height  Double
Unscaled height of the item.
eventFiring  EventFiring
Designates whether the change event should be fired.
See Also