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


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

    System.Object
       System.ValueType
          GrapeCity.Drawing.SizeInt

    See Also