Class Bounds
Inheritance
↳ object
↳ Bounds
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 Bounds
Constructors
Bounds()
Declarationpublic Bounds()
Bounds(decimal, decimal, decimal, decimal)
Declarationpublic Bounds(decimal x, decimal y, decimal w, decimal h)
Type | Name | Description |
---|---|---|
decimal | x | |
decimal | y | |
decimal | w | |
decimal | h |
Methods
GetWaypoint()
Declarationpublic Waypoint GetWaypoint()
Type | Description |
---|---|
Waypoint |
Fields
x
Declarationpublic decimal x
Type | Description |
---|---|
decimal |
y
Declarationpublic decimal y
Type | Description |
---|---|
decimal |
width
Declarationpublic decimal width
Type | Description |
---|---|
decimal |
height
Declarationpublic decimal height
Type | Description |
---|---|
decimal |