ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / Size Class / Size Constructor

In This Topic
    Size Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal width As Double, _
       ByVal height As Double _
    )
    public Size( 
       double width,
       double height
    )

    Parameters

    width
    height
    See Also