Class BPMNLabel
Inheritance
↳ object
↳ BPMNLabel
Inherited Members
Equals(object)
Equals(object, object)
GetHashCode()
GetType()
MemberwiseClone()
ReferenceEquals(object, object)
ToString()
Namespace: OptimaJet.Workflow.Core.BPMN
Assembly: OptimaJet.Workflow.Core.dll
Syntaxpublic class BPMNLabel
Constructors
BPMNLabel()
Declarationpublic BPMNLabel()
BPMNLabel(int, int, int, int)
Declarationpublic BPMNLabel(int x, int y, int w, int h)
| Type | Name | Description | 
|---|---|---|
| int | x | |
| int | y | |
| int | w | |
| int | h | 
Fields
bounds
Declarationpublic Bounds bounds
| Type | Description | 
|---|---|
| Bounds |