Xamarin.Android | ComponentOne
C1.Android.Core Assembly / C1.Android.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 Property Gets 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 Property Gets or sets the height of the rectangle.  
    Public Property Gets a value that indicates whether the rectangle is the C1Rect.Empty rectangle.  
    Public Property Gets the x-axis value of the left side of the rectangle.  
    Public Property Gets the x-axis value of the right side of the rectangle.  
    Public Property Gets the y-axis position of the top of the rectangle.  
    Public Property Gets or sets the width of the rectangle.  
    Public Property Gets or sets the x-axis value of the left side of the rectangle.  
    Public Property Gets or sets the y-axis value of the top side of the rectangle.  
    Top
    Public Methods
     NameDescription
    Public Method 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 Method Returns 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 Method Finds 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 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