Point.op_Explicit
explicit operator
public static explicit operator #=zV8pnoQZBlyTciIsYfbNEcog=(Point point)
See Also
- struct Point
- namespace Aspose.CAD
- assembly Aspose.CAD
explicit operator
Converts the specified Point
structure to a Size
structure.
public static explicit operator Size(Point point)
Parameter | Type | Description |
---|---|---|
point | Point | The Point to be converted. |
Return Value
The Size
that results from the conversion.
See Also
- struct Size
- struct Point
- namespace Aspose.CAD
- assembly Aspose.CAD