ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX Namespace / RectL Structure
Fields Properties Methods


In This Topic
    RectL Structure Members
    In This Topic

    The following tables list the members exposed by RectL.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Fields
     NameDescription
    Public FieldThe y-coordinate of the bottom edge.  
    Public Fieldstatic (Shared in Visual Basic)An empty rectangle.  
    Public Fieldstatic (Shared in Visual Basic)An infinite rectangle.  
    Public FieldThe x-coordinate of the left edge.  
    Public FieldThe x-coordinate of the right edge.  
    Public FieldThe size of the RectL type, in bytes.  
    Public FieldThe y-coordinate of the top edge.  
    Top
    Public Properties
     NameDescription
    Public PropertyDetermines if there is some space within the rectangle.  
    Public PropertyGets or sets the height of the rectangle.  
    Public PropertyDetermines if all components of RectL are equal to zero.  
    Public PropertyGets the point with coordinates of the left top corner of the rectangle.  
    Public PropertyGets the size of the rectangle.  
    Public PropertyGets or sets the width of the rectangle.  
    Public PropertyGets or sets the X coordinate of the rectangle.  
    Public PropertyGets or sets the Y coordinate of the rectangle.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Determines if the specified point is contained within this rectangle.  
    Public MethodDetermines if the specified rectangle is fully contained within this rectangle.  
    Public MethodOverloaded. Indicates whether this instance and a specified object are equal.  
    Public MethodIndicates whether this instance and a specified object are equal.  
    Public Methodstatic (Shared in Visual Basic)Creates a RectL struct from (left, top, right, bottom) coordinates.  
    Public MethodReturns a hash code for this instance.  
    Public MethodOverloaded. Inflates the rectangle by the specified amount.  
    Public Methodstatic (Shared in Visual Basic)Returns a rectangle that represents the intersection of two rectangles.  
    Public MethodQuickly updates a rectangle to represent the intersection with another rectangle.  
    Public Methodstatic (Shared in Visual Basic)Returns a rectangle that represents the intersection of two rectangles.  
    Public MethodDetermines if this rectangle intersects with rect.  
    Public MethodDetermines if this rectangle intersects with rect.  
    Public MethodConverts the rectangle from (X, Y, Width, Height) to (Left, Top, Right, Bottom) coordinates.  
    Public MethodConverts the rectangle from (Left, Top, Right, Bottom) to (X, Y, Width, Height) coordinates.  
    Public MethodOverloaded. Offsets the rectangle by the specified amount.  
    Public MethodConverts RectL to System.Drawing.Rectangle.  
    Public MethodConverts RectL to RectD.  
    Public MethodConverts RectL to RectF.  
    Public MethodReturns a string that represents the current object.  
    Public Methodstatic (Shared in Visual Basic)Creates the smallest possible third rectangle that can contain both of two rectangles that form a union.  
    Public Methodstatic (Shared in Visual Basic)Creates the smallest possible third rectangle that can contain both of two rectangles that form a union.  
    Top
    Public Operators
    Determines if the specified values are equal.
    Overloaded. Performs an explicit conversion from RectL to System.Drawing.Rectangle.
    Determines if the specified values are not equal.
    Top
    See Also