[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Layout.Size-1.-ctor

Size Constructor

Size(T, T)

Initializes a new instance of the Size<T> struct.

Declaration
public Size(T width, T height)
Parameters
Type Name Description
T width

The horizontal component of this Size<T> struct.

T height

The vertical component of this Size<T> struct.