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


In This Topic
    RectF Structure Members
    In This Topic

    The following tables list the members exposed by RectF.

    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)A rectangle that has its upper-left corner set to (negative infinity, negative infinity) and its lower-right corner set to (infinity, infinity).  
    Public FieldThe x-coordinate of the left edge.  
    Public FieldThe x-coordinate of the right edge.  
    Public FieldThe size of the RectF type, in bytes.  
    Public FieldThe y-coordinate of the top edge.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the point with coordinates of the rectangle center.  
    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 RectF 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 MethodReturns a RectL with circumscribed coordinates.  
    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)Overloaded. Converts a rectangle from DIPs to pixels.  
    Public Methodstatic (Shared in Visual Basic)Creates a RectF 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 MethodReturns a RectL with rounded coordinates.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Scales all coordinates of a rectangle by the specified scaleFactor.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Converts a rectangle from pixels to DIPs.  
    Public MethodConverts RectF to C1.Win.Interop.Rect.  
    Public MethodConverts RectF to System.Drawing.RectangleF.  
    Public MethodConverts RectF to RectD.  
    Public MethodReturns a string that represents the current object.  
    Public MethodOverloaded. Transforms a rectangle by the 3x2 matrix.  
    Public MethodOverloaded. Transforms a rectangle by the 3x2 matrix.  
    Public MethodReturns a RectL with truncated coordinates.  
    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 RectF to System.Drawing.RectangleF.
    Determines if the specified values are not equal.
    Top
    See Also