ComponentOne Bitmap for WinForms
C1.Win.Bitmap.4.5.2 Assembly / C1.Win.Bitmap Namespace / ImageRect Structure
Fields Properties Methods


In This Topic
    ImageRect Structure Members
    In This Topic

    The following tables list the members exposed by ImageRect.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)An empty rectangle.  
    Public FieldThe height of the rectangle.  
    Public FieldThe width of the rectangle.  
    Public FieldThe horizontal coordinate of the rectangle.  
    Public FieldThe vertical coordinate of the rectangle.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the y-coordinate of the bottom edge.  
    Public PropertyDetermines if there is some space within the rectangle.  
    Public PropertyGets or sets the x-coordinate of the left edge.  
    Public PropertyGets or sets the x-coordinate of the right edge.  
    Public PropertyGets or sets the y-coordinate of the top edge.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Determines if the specified point is contained within this rectangle.  
    Public MethodOverloaded. Indicates whether this instance and a specified object are equal.  
    Public Methodstatic (Shared in Visual Basic)Creates a ImageRect struct from (left, top, right, bottom) coordinates.  
    Public MethodReturns a hash code for this instance.  
    Public MethodInflates the rectangle by the specified amount.  
    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 MethodOffsets the rectangle by the specified amount.  
    Public MethodConverts ImageRect to System.Drawing.Rectangle.  
    Public MethodConverts ImageRect to C1.Util.DX.RectL.  
    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.  
    Top
    Public Operators
    Determines if the specified values are equal.
    Overloaded. Performs an explicit conversion from ImageRect to C1.Util.DX.RectL.
    Determines if the specified values are not equal.
    Top
    See Also