VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Shared.Web Namespace / WebPoint Class / Implicit Type Conversion Operators / Implicit(Point) Operator
Syntax Requirements SeeAlso
In This Topic
    Implicit(Point) Operator (WebPoint)
    In This Topic
    Conversion from System.Drawing.Point to WebPoint .
    Syntax
    'Declaration
    
    Public Overloads Operator Widening CType( _
    ByVal p As System.Drawing.Point _
    ) As WebPoint
    public WebPoint operator implicit(
    System.Drawing.Point p
    )
    public: WebPoint* op_Implicit(
    System.Drawing.Point* p
    )
    public:
    WebPoint^ operator implicit(
    System.Drawing.Point^ p
    )

    Parameters

    p
    System.Drawing.Point object.

    Return Value

    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5

    See Also