Click or drag to resize

GraphicBaseSetSize Method

Sets the size of the item.

Namespace: Altaxo.Graph.Graph3D.Shapes
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected virtual void SetSize(
	double sizeX,
	double sizeY,
	double sizeZ,
	EventFiring eventFiring
)

Parameters

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