[]
        
(Showing Draft Content)

C1.Android.Chart._Rect

_Rect Class

Represents rectangle.

Inheritance
_Rect
Namespace: C1.Android.Chart
Assembly: C1.Android.Chart.dll
Syntax
public sealed class _Rect : ValueType

Constructors

Name Description
_Rect(double, double, double, double)

Create an instance of rectangle.

Fields

Name Description
Empty

Empty rectangle.

Height

Height of rectangle.

Left

Left coordinate.

Top

Top coordinate.

Width

Width of rectangle.

Properties

Name Description
Bottom

Gets the bottom coordinate of rectangle.

Right

Gets the right coordinate of rectangle.

Methods

Name Description
Contains(double, double)

Returns whether the point specified by coordinates is inside rectangle.

Equals(object)

Determines whether the specified object is equal to this instance.

GetHashCode()

Returns the hash code of the instance.

Inflate(double, double)
Intersect(_Rect)

Returns a value indicating whether the rectangle intersects with the specified rectangle.

Intersect(_Rect, _Rect)
ToString()

Output left, top, right, bottom as string.

Operators

Name Description
operator ==(_Rect, _Rect)

Equality operator.

operator !=(_Rect, _Rect)

Non-equality operator.