IGraphicBaseSetParentSize Method |
Announces the size of the parent layer in order to make own calculations for size and position.
Namespace: Altaxo.Graph.Gdi.ShapesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax void SetParentSize(
PointD2D parentSize,
bool isTriggeringChangedEvent
)
Parameters
- parentSize PointD2D
- Size of the parent layer.
- isTriggeringChangedEvent Boolean
- If set to true, the Changed event is triggered if the size of the parent differs from the cached parent's size.
See Also