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

    Parameters

    p
    Vintasoft.Primitives.VintasoftPointI 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