Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / Rect Structure
Members


In This Topic
    Rect Structure
    In This Topic
    Stores a set of four integers that represent the coordinates of a rectangle.
    Syntax
    'Declaration
     
    
    Public Structure Rect 
       Inherits System.ValueType
    'Usage
     
    
    Dim instance As Rect
    public struct Rect : System.ValueType 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          GrapeCity.Drawing.Rect

    See Also