Implicit Operator
Implicit(Double to Size)
Initializes Size with equal width and hegiht.
Declaration
public static implicit operator Size(double widthAndHeight)
Parameters
Type | Name | Description |
---|---|---|
System. |
widthAndHeight |
Returns
Type | Description |
---|---|
Size |
Implicit(Int32 to Size)
Initializes Size with equal width and hegiht.
Declaration
public static implicit operator Size(int widthAndHeight)
Parameters
Type | Name | Description |
---|---|---|
System. |
widthAndHeight |
Returns
Type | Description |
---|---|
Size |