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

    Parameters

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

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

    See Also