Click or drag to resize

HostLayerInternalCopyGraphItems(HostLayer, GraphCopyOptions, FuncIGraphicBase, Boolean) Method

[Missing <summary> documentation for "M:Altaxo.Graph.Gdi.HostLayer.InternalCopyGraphItems(Altaxo.Graph.Gdi.HostLayer,Altaxo.Graph.Gdi.GraphCopyOptions,System.Func{Altaxo.Graph.Gdi.Shapes.IGraphicBase,System.Boolean})"]


Namespace: Altaxo.Graph.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected virtual void InternalCopyGraphItems(
	HostLayer from,
	GraphCopyOptions options,
	Func<IGraphicBase, bool> selectionCriteria
)

Parameters

from  HostLayer

[Missing <param name="from"/> documentation for "M:Altaxo.Graph.Gdi.HostLayer.InternalCopyGraphItems(Altaxo.Graph.Gdi.HostLayer,Altaxo.Graph.Gdi.GraphCopyOptions,System.Func{Altaxo.Graph.Gdi.Shapes.IGraphicBase,System.Boolean})"]

options  GraphCopyOptions

[Missing <param name="options"/> documentation for "M:Altaxo.Graph.Gdi.HostLayer.InternalCopyGraphItems(Altaxo.Graph.Gdi.HostLayer,Altaxo.Graph.Gdi.GraphCopyOptions,System.Func{Altaxo.Graph.Gdi.Shapes.IGraphicBase,System.Boolean})"]

selectionCriteria  FuncIGraphicBase, Boolean

[Missing <param name="selectionCriteria"/> documentation for "M:Altaxo.Graph.Gdi.HostLayer.InternalCopyGraphItems(Altaxo.Graph.Gdi.HostLayer,Altaxo.Graph.Gdi.GraphCopyOptions,System.Func{Altaxo.Graph.Gdi.Shapes.IGraphicBase,System.Boolean})"]

See Also