[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Layout.Rect-1

Rect<T> Struct

Represents the Rect.

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

Constructors

Name Description
Rect(Point<T>, Size<T>)

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

Rect(T, T, T, T)

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

Fields

Name Description
Empty

The empty instance ofthe Rect structure.

Properties

Name Description
Height

Gets the height of this Rect structure.

Left

Gets the x-coordinate of the left edge of this Rect structure.

Location

Gets a Point<T> that represents the upper-left corner of the Rect.

Size

Gets a Size that represents the width and height of the Rect.

Top

Gets the y-coordinate of the top edge of this Rect structure.

Width

Gets the width of this Rect structure.

Extension Methods