Nevron .NET Vision
Nevron.GraphicsCore Namespace / NRectangleD Structure
Fields Properties Methods


In This Topic
    NRectangleD Structure Members
    In This Topic

    The following tables list the members exposed by NRectangleD.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)The empty rectangle  
    Public FieldRectangle height  
    Public FieldRectangle width  
    Public FieldX coordinate of the left top corner  
    Public FieldY coordinate of the left top corner  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the minimal enclosing rectangle  
    Public PropertyGets the minimal enclosing 2D range  
    Public PropertyDetermines whether this is a flat primitive  
    Top
    Public Methods
     NameDescription
    Public MethodAppends the primitive to the specified graphics path  
    Public MethodDetermines whether the area of this rectangle intersects with the area of the specified circle  
    Public MethodOverloaded. Determines whether the rectangle contains the specified point  
    Public MethodOverloaded. Determines whether the outline of the rectangle contains the specified point  
    Public Method  
    Public Methodstatic (Shared in Visual Basic)Returns the fitted rectangle with the specified orientation (in degrees)  
    Public Methodstatic (Shared in Visual Basic)Gets a rectangle from center and dimensions  
    Public Methodstatic (Shared in Visual Basic)Gets a rectangle from the coordinates of it's sides  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Gets a normalized rectangle from two points  
    Public MethodObtains the point on the rectangle rim, which corresponds to the specified compass direction  
    Public Method  
    Public MethodObtains the point on the rectangle rim, which corresponds to the specified compass direction  
    Public MethodIncludes the point in this rectangle  
    Public MethodDetermines whether the rectangle contains the point with the specified coordinates  
    Public MethodDetermines whether this rectangle intersects with the specified rectangle  
    Public MethodOverloaded. Inflates the rectangle with the specified amounts  
    Public Methodstatic (Shared in Visual Basic)Returns a third rectangle that represents the intersection of two rectangles. If there is no intersection, the Empty rectangle is returned  
    Public MethodOverloaded. Determines whether this rectangle intersects with the specified rectangle  
    Public MethodIntersects this rectangle with the specified line segment  
    Public MethodIntersects this rectangle with a line connecting the rectangle center and the specified point  
    Public MethodIntersects this rectangle with the ray from the bounds central point  
    Public MethodNormalizes this rectangle  
    Public MethodOffsets the rectangle with the specified x and y amount.  
    Public Methodstatic (Shared in Visual Basic)Computes a new rect for an expected resize of a rectangle in the specified compass direction  
    Public MethodScales the rectangle with the specified factors  
    Public MethodConverts this rectangle to NRange2DF  
    Public MethodConverts this rectangle to RectangleF  
    Public MethodConverts this rectangle to Rectangle  
    Public MethodConverts this rectangle to RectangleF  
    Public MethodReturns the string representation of this object  
    Public MethodOverloaded. Translates the primitive with the specified amounts  
    Public Methodstatic (Shared in Visual Basic)Creates the smallest possible third rectangle that can contain the two rectangles that form a union  
    Top
    Public Operators
    Determines whether a is equal to b
    Determines whether a is not equal to b
    Top
    See Also