Point.op_Explicit
Point Explicit operator
Creates a Size with the coordinates of the specified Point.
public static explicit operator Size(Point p)
| Parameter | Type | Description |
|---|---|---|
| p | Point | The Point to be converted. |
Return Value
The Size that results from the conversion.
See Also
- struct Size
- struct Point
- namespace System.Drawing
- assembly Aspose.Drawing