Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.8 Assembly / C1.Win.C1Editor.Internal.HTML Namespace / tagRECT Structure / tagRECT Constructor

In This Topic
    tagRECT Constructor
    In This Topic
    This member is for internal use only.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal left_ As System.Integer, _
       ByVal top_ As System.Integer, _
       ByVal right_ As System.Integer, _
       ByVal bottom_ As System.Integer _
    )
    public tagRECT( 
       System.int left_,
       System.int top_,
       System.int right_,
       System.int bottom_
    )

    Parameters

    left_
    top_
    right_
    bottom_
    See Also