Click or drag to resize

ContentTypeAddLabel Method (Int32, Int32)

Adds a new label.

Namespace:  Packflow.Modeling
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public DiagramLabel AddLabel(
	int x,
	int y
)

Parameters

x
Type: SystemInt32
Horizontal coordinate of the label.
y
Type: SystemInt32
Vertical coordinate of the label.

Return Value

Type: DiagramLabel
DiagramLabel
See Also