Click or drag to resize

mxStencilRegistryAddStencil Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Adds the given stencil.

Namespace:  imbSCI.Graph.MXGraph.canvas
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public static void AddStencil(
	string name,
	mxStencil stencil
)
Request Example View Source

Parameters

name
Type: SystemString
stencil
Type: imbSCI.Graph.MXGraph.canvasmxStencil
See Also