Click or drag to resize

IGraphicBaseIsCompatibleWithParent Method

Determines whether this graphical object is compatible with the parent specified in the argument.

Namespace: Altaxo.Graph.Gdi.Shapes
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
bool IsCompatibleWithParent(
	Object parentObject
)

Parameters

parentObject  Object
The parent object.

Return Value

Boolean
True if this object is compatible with the parent object; otherwise false.
See Also