An ellipse

C# | Visual Basic | Visual C++ |
public class Ellipse<T> : Box2D<T> where T : new(), IComparable
Public Class Ellipse(Of T As {New, IComparable}) _ Inherits Box2D(Of T)
generic<typename T> where T : gcnew(), IComparable public ref class Ellipse : public Box2D<T>

- T
[Missing <typeparam name="T"/> documentation for "T:Emgu.CV.Ellipse`1"]

All Members | Constructors | Methods | Properties | Fields | |
Icon | Member | Description |
---|---|---|
![]() | Ellipse<(Of <(T>)>)()()() |
Create an ellipse with default parameters
|
![]() | Ellipse<(Of <(T>)>)(Point2D<(Of <(T>)>), Point2D<(Of <(T>)>), Double) |
Create an ellipse with specific parameters
|
![]() | _size |
The size: width & height
(Inherited from Rectangle<(Of <(T>)>).) |
![]() | Area | The area of the rectangle (Inherited from Rectangle<(Of <(T>)>).) |
![]() | Bottom |
The bottom most coordinate
(Inherited from Rectangle<(Of <(T>)>).) |
![]() | BottomLeft | The bottom left corner of the rectangle (Inherited from Rectangle<(Of <(T>)>).) |
![]() | BottomRight | The bottom right corner of the rectangle (Inherited from Rectangle<(Of <(T>)>).) |
![]() | Center | The center of the rectangle (Inherited from Rectangle<(Of <(T>)>).) |
![]() | Convert<(Of <(TOther>)>)()()() |
Convert the current rectangle to different depth
(Inherited from Rectangle<(Of <(T>)>).) |
![]() | DegreeAngle | The rotation angle for this box in radian (Inherited from Box2D<(Of <(T>)>).) |
![]() | Equals(Box2D<(Of <(T>)>)) |
Compare this box with box2 (Inherited from Box2D<(Of <(T>)>).) |
![]() | Equals(Rectangle<(Of <(T>)>)) |
Compare two rectangle, if equal, return true, otherwise return false
(Inherited from Rectangle<(Of <(T>)>).) |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()() | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Height | Get or Set the height of the rectangle (Inherited from Rectangle<(Of <(T>)>).) |
![]() | Left |
The left most coordinate
(Inherited from Rectangle<(Of <(T>)>).) |
![]() | MCvBox2D | The CvBox2D representation of this rectangle (Inherited from Box2D<(Of <(T>)>).) |
![]() | MCvRect | The CvRect representation of this rectangle (Inherited from Rectangle<(Of <(T>)>).) |
![]() | MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | RadianAngle | The rotation angle for this box in radian (Inherited from Box2D<(Of <(T>)>).) |
![]() | Right |
The right most coordinate
(Inherited from Rectangle<(Of <(T>)>).) |
![]() | Size |
The Size (width and height) of this rectangle
(Inherited from Rectangle<(Of <(T>)>).) |
![]() | Top |
The top most coordinate
(Inherited from Rectangle<(Of <(T>)>).) |
![]() | TopLeft | The top left corner of the rectangle (Inherited from Rectangle<(Of <(T>)>).) |
![]() | TopRight | The top right corner of the rectangle (Inherited from Rectangle<(Of <(T>)>).) |
![]() | ToString()()() | (Inherited from Object.) |
![]() | Vertices |
Get the vertices of this triangle
(Inherited from Rectangle<(Of <(T>)>).) |
![]() | Width | Get or Set the width of the rectangle (Inherited from Rectangle<(Of <(T>)>).) |