Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.DX Namespace / RectL Structure
Members

In This Topic
    RectL Structure
    In This Topic
    Defines a RectL. This structure is slightly different from System.Drawing.Rectangle as it is internally storing Left, Top, Right, Bottom instead of Left, Top, Width, Height.
    Object Model
    RectL Structure
    Syntax
    'Declaration
     
    Public Structure RectL 
       Inherits System.ValueType
    public struct RectL : System.ValueType 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          GrapeCity.Documents.DX.RectL

    See Also