GraphicBaseSetSize Method |
Sets the size of the item.
Namespace: Altaxo.Graph.Graph3D.ShapesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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