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


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

    System.Object
       System.ValueType
          GrapeCity.Drawing.Rectangle

    See Also