Click or drag to resize

HostLayerIsCompatibleWithParent Method

Determines whether this layer is compatible with the specified parent.

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

Parameters

parentObject  Object
The parent object.

Return Value

Boolean
true if the layer is compatible; otherwise, false.

Implements

IGraphicBaseIsCompatibleWithParent(Object)
See Also