A 2D cross

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

- T
- The type of the cross element

All Members | Constructors | Methods | Properties | Fields | |
Icon | Member | Description |
---|---|---|
![]() | Cross2D<(Of <(T>)>)(Point2D<(Of <(T>)>), T, T) |
Construct a cross
|
![]() | _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>)>).) |
![]() | 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>)>).) |
![]() | Horizontal |
Get the horizonal linesegment of this cross
|
![]() | Left |
The left most coordinate
(Inherited from Rectangle<(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.) |
![]() | 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.) |
![]() | Vertical |
Get the vertical linesegment of this cross
|
![]() | 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>)>).) |