Size.Size
Size(Point)
Initializes a new instance of the Size structure from the specified Point.
public Size(Point point)
| Parameter | Type | Description |
|---|---|---|
| point | Point | The Point from which to initialize this Size. |
See Also
- struct Point
- struct Size
- namespace Aspose.PSD
- assembly Aspose.PSD
Size(int, int)
Initializes a new instance of the Size structure from the specified dimensions.
public Size(int width, int height)
| Parameter | Type | Description |
|---|---|---|
| width | Int32 | The width component of the new Size. |
| height | Int32 | The height component of the new Size. |
See Also
- struct Size
- namespace Aspose.PSD
- assembly Aspose.PSD