Click or drag to resize

ClosedCardinalSplineSetSize Method

Normally sets the size of the item. For the ClosedCardinalSpline, the size is calculated internally. Thus, the function is overriden in order to ignore both parameters.

Namespace: Altaxo.Graph.Gdi.Shapes
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
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
Suppressed the change event (ignored here).
See Also