Size.Size
Size(Point)
Initializes a new instance of the Size
struct from the specified Point.
public Size(Point pt)
Parameter | Type | Description |
---|---|---|
pt | Point | The Point from which to initialize this Size. |
See Also
- struct Point
- struct Size
- namespace System.Drawing
- assembly Aspose.Drawing
Size(int, int)
Initializes a new instance of the Size
struct 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 System.Drawing
- assembly Aspose.Drawing