Point
Point class
Namespace: Aspose.Barcode.Internal
Constructors
Methods
| Name | Static | Description |
|---|
| construct | Yes | |
| EMPTY | Yes | Represents a Quadrangle structure with its properties left uninitialized.Value: Quadrangle |
Properties
| Name | Read/Write | Description |
|---|
| X | Read/Write | |
| Y | Read/Write | |
Point__construct($x, $y)
Rectangle constructor.
| Parameter | Type | Description |
|---|
$x | `` | |
$y | `` | |
constructconstruct($dtoRef) (static)
| Parameter | Type | Description |
|---|
$dtoRef | `` | |
EMPTYEMPTY() (static)
Represents a Quadrangle structure with its properties left uninitialized.Value: Quadrangle
X
Access: Read/Write
| Parameter | Type | Description |
|---|
$x | int | |
Y
Access: Read/Write
| Parameter | Type | Description |
|---|
$y | int | |