Click or drag to resize

textLayoutaddLayer Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Dodaje novi layer u layout. Ako je __target objekat vec zakacen za neki layer odustaje i vraca FALSE

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

Parameters

__target
Type: imbACE.Services.textBlocks.interfacesITextLayoutContentProvider
Objekat koji pruza sadrzaj
__blending (Optional)
Type: imbACE.Services.textBlocks.enumslayerBlending
Nacin kopiranja sadrzaja
__ZOrder (Optional)
Type: SystemInt32

Return Value

Type: Boolean
See Also