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

    Parameters

    p
    System.Drawing.PointF 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