Int32Point Constructor
Int32Point(Int32, Int32)
Initializes a new instance of the Int32Point class with the specified coordinates.
Declaration
public Int32Point(int x, int y)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | x | |
System.Int32 | y |
Int32Point(Int32Size)
Initializes a new instance of the Int32Point class from a Size.
Declaration
public Int32Point(Int32Size sz)
Parameters
Type | Name | Description |
---|---|---|
Int32Size | sz |
Int32Point(Int32)
Initializes a new instance of the Point class using coordinates specified by an integer value.
Declaration
public Int32Point(int dw)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | dw |