Click or drag to resize

HostLayerRemove Method

Removes the specified graphic object from this layer.

Namespace: Altaxo.Graph.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public virtual void Remove(
	GraphicBase go
)

Parameters

go  GraphicBase
The graphic object to remove.
See Also