[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Layout.Size-1

Size<T> Struct

Represents the Size.

Namespace: GrapeCity.ActiveReports.Layout
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public struct Size<T> where T : struct
Type Parameters
Name Description
T

Type

Constructors

Name Description
Size(T, T)

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

Fields

Name Description
Empty

The empty instance of the Size<T> struct.

Properties

Name Description
Height

Gets or sets the vertical component of this Size<T> struct.

Width

Gets or sets the horizontal component of this Size<T> struct.

Extension Methods