[]
        
(Showing Draft Content)

C1.Win.Interop.Point.op_Explicit

explicit operator Operator

explicit operator Size(Point)

Converts a Point to a Size.

Declaration
public static explicit operator Size(Point value)
Public Shared Narrowing Operator CType(value As Point) As Size
Parameters
Type Name Description
Point value

The Point to convert.

Returns
Type Description
Size

The converted Size.