Class Quadrangle
Definition
- Namespace:
- Tizen.Multimedia.Vision
- Assembly:
- Tizen.Multimedia.Vision.dll
Represents a region with 4 Points.
C#Copypublic class Quadrangle
- Inheritance
-
objectQuadrangle
Constructors
View Source
Quadrangle(Point[])
Initializes a new instance of the Quadrangle class with an array of Point.
Declaration
C#Copypublic Quadrangle(Point[] points)
Parameters
| Type | Name | Description |
|---|---|---|
| Point[] | points | Four points that define the object bounding quadrangle. |
Remarks
points must have 4 elements.
Exceptions
| Type | Condition |
|---|---|
| System.ArgumentException | The length of |
Properties
Declaration
C#Copypublic Point[] Points { get; }
Property Value
| Type | Description |
|---|---|
| Point[] |
Methods
Declaration
C#Copypublic override string ToString()
Returns
| Type | Description |
|---|---|
| string | A string that represents the current object. |
Overrides
object.ToString()