GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / Rectangle Structure
Members


Rectangle Structure
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
Inheritance Hierarchy

System.Object
   System.ValueType
      GrapeCity.Drawing.Rectangle

See Also