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


In This Topic
    NRange2D Structure Members
    In This Topic

    The following tables list the members exposed by NRange2D.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Fields
     NameDescription
    Public Fieldmax x coordinate  
    Public Fieldmin x coordinate  
    Public Fieldmax y coordinate  
    Public Fieldmin y coordinate  
    Public Fieldstatic (Shared in Visual Basic)The empty range  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the height of the range.  
    Public PropertyGets if this range is empty.  
    Public PropertyChecks whether the range is normalized  
    Public PropertyGets the width of the range.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Determines whether the range contains the specified point  
    Public MethodOverloaded. Checks whether this range is equal to the other range  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Creates a normalized 2D range from two points.  
    Public MethodInflates this range with the specified value  
    Public Methodstatic (Shared in Visual Basic)Calculates the intersection range of two ranges.  
    Public MethodOverloaded. Determines whether this range intersects with the specified range.  
    Public MethodEnsures that xmin is less or equal to xmax and ymin is less or equal to ymax.  
    Public MethodScales this range with the specified factors.  
    Public MethodCreates a normalized NRectangle structure from this range.  
    Public MethodCreates an NRectangle structure from this range.  
    Public MethodTranslates (offsets) this range with the specified amounts.  
    Public MethodOverloaded. Computes the union of this NRange2D and the specified point.  
    Top
    See Also