NevronOpenVision
Nevron.Nov.Graphics Namespace / NSize Structure


In This Topic
    NSize Structure Methods
    In This Topic

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

    Public Methods
     NameDescription
    Public MethodDeflates this size with the specified margins  
    Public MethodDeserializes the object state from the specified property bag.  
    Public MethodOverloaded. Checks whether this size is equal to the other size  
    Public MethodFlips the Width and Height values.  
    Public MethodServes as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.  
    Public MethodGets the max of Width and Height  
    Public MethodGets the min of Width and Height  
    Public MethodInflates this size with the specified margins  
    Public MethodRound this size.  
    Public MethodScales this size with the specified factors  
    Public MethodSerializes the object state into the specified property bag.  
    Public MethodConverts this size to NPoint.  
    Public MethodReturns the string representation of this object  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Returns a size whose width is the max of size1.Width and size2.Width, and whose height is the max of size1.Height and size2.Height.  
    Top
    Protected Methods
     NameDescription
    Internal Method  
    Top
    See Also