VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Shared.Web Namespace / WebRegion Class / WebRegion Constructors / WebRegion Constructor(Double,WebPoint,WebPoint,WebPoint,WebPoint)
Syntax Requirements SeeAlso
In This Topic
    WebRegion Constructor(Double,WebPoint,WebPoint,WebPoint,WebPoint)
    In This Topic
    Initializes a new instance of the WebRegion class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal angle
    The angle.
    As Double, _
    ByVal leftTop
    The left top.
    As WebPoint, _
    ByVal leftBottom
    The left bottom.
    As WebPoint, _
    ByVal rightTop
    The right top.
    As WebPoint, _
    ByVal rightBottom
    The right bottom.
    As WebPoint _
    )

    Parameters

    angle
    The angle.
    leftTop
    The left top.
    leftBottom
    The left bottom.
    rightTop
    The right top.
    rightBottom
    The right bottom.
    Requirements

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

    See Also