Int32Size Constructor
Int32Size(Int32Point)
Initializes a new instance of the Int32Size class from the specified Int32Point.
Declaration
public Int32Size(Int32Point pt)
Parameters
| Type | Name | Description | 
|---|---|---|
| Int32Point | pt | 
Int32Size(Int32, Int32)
Initializes a new instance of the Int32Size class from the specified dimensions.
Declaration
public Int32Size(int width, int height)
Parameters
| Type | Name | Description | 
|---|---|---|
| System.Int32 | width | |
| System.Int32 | height | 
Int32Size(Int32)
Initializes a new instance of the Int32Size struct with equal width and height.
Declaration
public Int32Size(int size)
Parameters
| Type | Name | Description | 
|---|---|---|
| System.Int32 | size | Width and Height value.  |