Point.Point
Contents
[
Hide
]Point(int, int)
Initializes a new instance of the Point structure with the specified coordinates.
public Point(int x, int y)
| Parameter | Type | Description |
|---|---|---|
| x | Int32 | The horizontal position of the point. |
| y | Int32 | The vertical position of the point. |
See Also
- struct Point
- namespace Aspose.Imaging
- assembly Aspose.Imaging
Point(Size)
Initializes a new instance of the Point structure from the Size structure.
public Point(Size size)
| Parameter | Type | Description |
|---|---|---|
| size | Size | Contains the new point coordinates. |
See Also
- struct Size
- struct Point
- namespace Aspose.Imaging
- assembly Aspose.Imaging
Point(int)
Initializes a new instance of the Point structure using coordinates specified by an integer value.
public Point(int dw)
| Parameter | Type | Description |
|---|---|---|
| dw | Int32 | A 32-bit integer that specifies the coordinates for the new point. |
See Also
- struct Point
- namespace Aspose.Imaging
- assembly Aspose.Imaging