TreeView for WinForms | ComponentOne
C1.Win.Interop Namespace / Size Structure
Members

In This Topic
    Size Structure
    In This Topic
    Stores an ordered pair of double values, typically the width and height of a rectangle.
    Object Model
    Size StructureSize Structure
    Syntax
    'Declaration
     
    
    Public Structure Size 
       Inherits System.ValueType
    public struct Size : System.ValueType 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          C1.Win.Interop.Size

    See Also