Click or drag to resize

dialogScreenBaseaddLayer Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbACE.Services.terminal.dialogs.core
Assembly:  imbACE.Services (in imbACE.Services.dll) Version: 0.2
Syntax
C#
public override bool addLayer(
	ITextLayoutContentProvider __target,
	layerBlending __blending = layerBlending.notset,
	int __ZOrder = -1
)
Request Example View Source

Parameters

__target
Type: imbACE.Services.textBlocks.interfacesITextLayoutContentProvider
__blending (Optional)
Type: imbACE.Services.textBlocks.enumslayerBlending
__ZOrder (Optional)
Type: SystemInt32

Return Value

Type: Boolean
See Also