DwfWhipLogicalBox
Contents
[
Hide
]Represents logical box
Constructors
| Constructor | Description |
|---|---|
| DwfWhipLogicalBox() | Initializes a new instance of the DwfWhipLogicalBox class |
| DwfWhipLogicalBox(DwfWhipLogicalPoint min, DwfWhipLogicalPoint max) | Initializes a new instance of the DwfWhipLogicalBox class |
Methods
| Method | Description |
|---|---|
| getMin() | Gets minimal point of box |
| getMax() | Gets maximal point of box |
DwfWhipLogicalBox()
public DwfWhipLogicalBox()
Initializes a new instance of the DwfWhipLogicalBox class
DwfWhipLogicalBox(DwfWhipLogicalPoint min, DwfWhipLogicalPoint max)
public DwfWhipLogicalBox(DwfWhipLogicalPoint min, DwfWhipLogicalPoint max)
Initializes a new instance of the DwfWhipLogicalBox class
Parameters:
| Parameter | Type | Description |
|---|---|---|
| min | DwfWhipLogicalPoint | minimal point |
| max | DwfWhipLogicalPoint | maximal point |
getMin()
public DwfWhipLogicalPoint getMin()
Gets minimal point of box
Returns: DwfWhipLogicalPoint
getMax()
public DwfWhipLogicalPoint getMax()
Gets maximal point of box
Returns: DwfWhipLogicalPoint