Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1Rect Structure
Properties Methods

In This Topic
    C1Rect Structure Members
    In This Topic

    The following tables list the members exposed by C1Rect.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets the y-axis value of the bottom of the rectangle.  
    Public Propertystatic (Shared in Visual Basic)Gets a special value that represents a rectangle with no position or area.  
    Public PropertyGets or sets the height of the rectangle.  
    Public PropertyGets a value that indicates whether the rectangle is the C1Rect.Empty rectangle.  
    Public PropertyGets the x-axis value of the left side of the rectangle.  
    Public PropertyGets or sets the position of the top-left corner of the rectangle.  
    Public PropertyGets the x-axis value of the right side of the rectangle.  
    Public PropertyGets or sets the width and height of the rectangle.  
    Public PropertyGets the y-axis position of the top of the rectangle.  
    Public PropertyGets or sets the width of the rectangle.  
    Public PropertyGets or sets the x-axis value of the left side of the rectangle.  
    Public PropertyGets or sets the y-axis value of the top side of the rectangle.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Indicates whether the rectangle described by the C1Rect contains the specified point.  
    Public MethodDetermines whether the specified System.Object, is equal to this instance.  
    Public MethodReturns a hash code for this instance.  
    Public MethodOverloaded. Inflates the rectangle that results from expanding the specified rectangle by the specified width and height, in all directions.  
    Public MethodFinds the intersection of the rectangle represented by the C1Rect and the rectangle represented by the specified C1Rect, and stores the result as the current C1Rect.  
    Public MethodIndicates whether the specified rectangle intersects with the current rectangle.  
    Public MethodOverloaded. Moves the rectangle by the specified horizontal and vertical amounts.  
    Public MethodGets a string representation of C1Rect  
    Public MethodOverloaded. Expands the rectangle represented by the current C1Rect exactly enough to contain the specified rectangle.  
    Top
    Public Operators
    Compares two C1Rect structures for equality.
    Compares two C1Rect structures for inequality.
    Top
    See Also