Nevron .NET Vision
Nevron.GraphicsCore Namespace / NSizeF Structure
Fields 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 Fieldstatic (Shared in Visual Basic)The empty size (0, 0)  
    Public Fieldheight  
    Public Fieldwidth  
    Top
    Public Methods
     NameDescription
    Public MethodReturns the ceil size  
    Public Method  
    Public MethodRound the floor size  
    Public MethodServes as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.  
    Public MethodRound the floor size  
    Public MethodConverts this size to NPointF  
    Public MethodConverts this size to PointF  
    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