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