Skip to main content

Introducing Formengine - The New Formbuilder, try for FREE formengine.io.

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

Syntax
public class BPMNLabel

Constructors

BPMNLabel()

Declaration
public BPMNLabel()

BPMNLabel(int, int, int, int)

Declaration
public BPMNLabel(int x, int y, int w, int h)
Parameters
TypeNameDescription
intx
inty
intw
inth

Fields

bounds

Declaration
public Bounds bounds
Returns
TypeDescription
Bounds

Extension Methods