ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / DDCssLib Namespace / CSSRect Structure / CSSRect Constructor

In This Topic
    CSSRect Constructor
    In This Topic
    Creates a new CSSRect instance that copies top, right, bottom, left members' values of the specified CSSRect object.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal aCopy As CSSRect _
    )
    public CSSRect( 
       CSSRect aCopy
    )

    Parameters

    aCopy
    See Also