InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Win.Interop Namespace / Size Structure


In This Topic
    Size Structure Methods
    In This Topic

    For a list of all members of this type, see Size members.

    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Adds two Size structures.  
    Public MethodConverts the current Size structure to a Point by rounding the width and height to the next higher integer values.  
    Public MethodIndicates whether this instance and a specified object are equal.  
    Public MethodReturns the hash code for this instance.  
    Public Methodstatic (Shared in Visual Basic)Converts a string to a Size structure.  
    Public Methodstatic (Shared in Visual Basic)Subtracts one Size structure from another.  
    Public MethodConverts the current Size structure to a human-readable string representing it.  
    Public MethodConverts the current Size structure to a Point by truncating the width and height to integer values.  
    Top
    See Also