VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.DocCleanup.Web.Services Namespace / WebImageRegion Class / Implicit Type Conversion Operators / Implicit(ImageRegion) Operator
Syntax Requirements SeeAlso
In This Topic
    Implicit(ImageRegion) Operator (WebImageRegion)
    In This Topic
    Conversion from WebImageRegion to Vintasoft.Imaging.ImageProcessing.Info.ImageRegion.
    Syntax
    'Declaration
    
    Public Overloads Operator Widening CType( _
    ByVal rect As Vintasoft.Imaging.ImageProcessing.Info.ImageRegion _
    ) As WebImageRegion
    public WebImageRegion operator implicit(
    Vintasoft.Imaging.ImageProcessing.Info.ImageRegion rect
    )
    public: WebImageRegion* op_Implicit(
    Vintasoft.Imaging.ImageProcessing.Info.ImageRegion rect
    )
    public:
    WebImageRegion^ operator implicit(
    Vintasoft.Imaging.ImageProcessing.Info.ImageRegion rect
    )

    Parameters

    rect
    WebImageRegion object.

    Return Value

    Vintasoft.Imaging.ImageProcessing.Info.ImageRegion object.
    Requirements

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

    See Also