ActiveReports 13
Size Constructor

GrapeCity.ActiveReports.Viewer.Wpf Assembly > GrapeCity.Viewer.Common Namespace > Size Structure : Size Constructor
Initializes a new instance of the Size struct.
Syntax
'Declaration
 
Public Function New( _
   ByVal width As Double, _
   ByVal height As Double _
)
public Size( 
   double width,
   double height
)

Parameters

width
height
See Also

Reference

Size Structure
Size Members