Rectf Structure OpenCvSharp Class Library

[Missing <summary> documentation for "T:OpenCvSharp.CPlusPlus.Rectf"]

Namespace:  OpenCvSharp.CPlusPlus
Assembly:  OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

[SerializableAttribute]
public struct Rectf : IEquatable<Rectf>

The Rectf type exposes the following members.

Constructors

  NameDescription
Public methodRectf(Point2f, Size2f)
Initializes a new instance of the Rectf class
Public methodRectf(Single, Single, Single, Single)
Initializes a new instance of the Rectf class
Top
Properties

  NameDescription
Public propertyBottom
Gets the y-coordinate that is the sum of the Y and Height property values of this CvRect structure.
Public propertyBottomRight
Coordinate of the right-most rectangle corner [Point2f(X+Width, Y+Height)]
Public propertyLeft
Gets the x-coordinate of the left edge of this CvRect structure.
Public propertyLocation
Coordinate of the left-most rectangle corner [Point2f(X, Y)]
Public propertyRight
Gets the x-coordinate that is the sum of X and Width property values of this CvRect structure.
Public propertySize
Size of the rectangle [CvSize(Width, Height)]
Public propertyTop
Gets the y-coordinate of the top edge of this CvRect structure.
Public propertyTopLeft
Coordinate of the left-most rectangle corner [Point2f(X, Y)]
Top
Methods

  NameDescription
Public methodContains(Point2f)
Determines if the specified point is contained within the rectangular region defined by this Rectangle.
Public methodContains(Rectf)
Determines if the specified rectangle is contained within the rectangular region defined by this Rectangle.
Public methodContains(Single, Single)
Determines if the specified point is contained within the rectangular region defined by this Rectangle.
Public methodEquals(Object)
Specifies whether this object contains the same members as the specified Object.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(Rectf)
Specifies whether this object contains the same members as the specified Object.
Public methodStatic memberFromLTRB
Public methodGetHashCode
Returns a hash code for this object.
(Overrides ValueTypeGetHashCode.)
Public methodGetType (Inherited from Object.)
Public methodInflate(Size2f)
Inflates this Rect by the specified amount.
Public methodInflate(Single, Single)
Inflates this Rect by the specified amount.
Public methodStatic memberInflate(Rect, Int32, Int32)
Creates and returns an inflated copy of the specified CvRect structure.
Public methodIntersect(Rectf)
Determines the CvRect structure that represents the intersection of two rectangles.
Public methodStatic memberIntersect(Rectf, Rectf)
Determines the CvRect structure that represents the intersection of two rectangles.
Public methodIntersectsWith
Determines if this rectangle intersects with rect.
Public methodToString
Converts this object to a human readable string.
(Overrides ValueTypeToString.)
Public methodUnion(Rectf)
Gets a CvRect structure that contains the union of two CvRect structures.
Public methodStatic memberUnion(Rectf, Rectf)
Gets a CvRect structure that contains the union of two CvRect structures.
Top
Operators

  NameDescription
Public operatorStatic memberAddition(Rectf, Point2f)
Shifts rectangle by a certain offset
Public operatorStatic memberAddition(Rectf, Size2f)
Expands or shrinks rectangle by a certain amount
Public operatorStatic memberBitwiseAnd
Determines the CvRect structure that represents the intersection of two rectangles.
Public operatorStatic memberBitwiseOr
Gets a CvRect structure that contains the union of two CvRect structures.
Public operatorStatic memberEquality
Compares two Rectf objects. The result specifies whether the members of each object are equal.
Public operatorStatic memberInequality
Compares two Rectf objects. The result specifies whether the members of each object are unequal.
Public operatorStatic memberSubtraction(Rectf, Point2f)
Shifts rectangle by a certain offset
Public operatorStatic memberSubtraction(Rectf, Size2f)
Expands or shrinks rectangle by a certain amount
Top
Fields

  NameDescription
Public fieldStatic memberEmpty
Represents a CvRect structure with its properties left uninitialized.
Public fieldHeight
Public fieldStatic memberSizeOf
sizeof(Rect)
Public fieldWidth
Public fieldX
Public fieldY
Top
See Also

Reference