Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderEmpty Class / RenderEmpty Constructor / RenderEmpty Constructor(Unit,Unit)
The Unit width of the current RenderEmpty object.
The Unit height of the current RenderEmpty object.

In This Topic
    RenderEmpty Constructor(Unit,Unit)
    In This Topic
    Initializes a new instance of the RenderEmpty class with specified width and height.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal width As Unit, _
       ByVal height As Unit _
    )
    public RenderEmpty( 
       Unit width,
       Unit height
    )

    Parameters

    width
    The Unit width of the current RenderEmpty object.
    height
    The Unit height of the current RenderEmpty object.
    See Also