Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NSizeF Structure
Fields Properties Methods


In This Topic
    NSizeF Structure Members
    In This Topic

    The following tables list the members exposed by NSizeF.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Fields
     NameDescription
    Public Fieldheight  
    Public Fieldwidth  
    Public Fieldstatic (Shared in Visual Basic)The zero size (0, 0)  
    Top
    Public Properties
     NameDescription
    Public PropertyDetermines whether this is an empty size (e.g. width and height are 0)  
    Top
    Public Methods
     NameDescription
    Public Method  
    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 MethodConverts this size to NPointF  
    Public MethodConverts this size to SizeF  
    Public MethodReturns the string representation of this object  
    Top
    Public Operators
    Adds b size to a size and returns the resulting size (binary +)
    Determines whether a is equal to b
    Determines whether a is not equal to b
    Subtracts b size from a size and returns the resulting size (binary -)
    Top
    See Also