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


In This Topic
    Size Structure
    In This Topic
    Stores an ordered pair of integers, which specify a Height and Width.
    Syntax
    'Declaration
     
    
    Public Structure Size 
       Inherits System.ValueType
    'Usage
     
    
    Dim instance As Size
    public struct Size : System.ValueType 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          GrapeCity.Drawing.Size

    See Also