OpenCardinalSplineSetSize Method |
Normally sets the size of the item. For the OpenCardinalSpline, the size is calculated internally. Thus, the function is overriden in order to ignore both parameters.
Namespace: Altaxo.Graph.Gdi.ShapesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax protected override void SetSize(
double width,
double height,
EventFiring eventFiring
)
Parameters
- width Double
- Unscaled width of the item (ignored here).
- height Double
- Unscaled height of the item (ignored here).
- eventFiring EventFiring
- If true, suppresses the change event (ignored here).
See Also