The Contour<(Of <(<'T>)>)> type exposes the following properties.

Properties

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
Area
Get the area of the contour
(Inherited from Seq<(Of <(<'T>)>)>.)
BoundingRectangle
Get the smallest bouding rectangle
(Overrides Seq<(Of <(<'T>)>)>..::..BoundingRectangle.)
Convex
Indicate if the coutour is a convex one
(Inherited from Seq<(Of <(<'T>)>)>.)
ElementType
Get or Set the element Type
(Inherited from Seq<(Of <(<'T>)>)>.)
HNext
Same as h_next pointer in CvSeq
HPrev
Same as h_prev pointer in CvSeq
Item[([( Int32])])
Obtain the index element in this sequence
(Inherited from Seq<(Of <(<'T>)>)>.)
MCvContour
Return the MCvContour structure
MCvSeq
Get the MCvSeq structure
(Inherited from Seq<(Of <(<'T>)>)>.)
Perimeter
The perimeter of the sequence
(Inherited from Seq<(Of <(<'T>)>)>.)
Ptr
Get the pointer of this sequence
(Inherited from Seq<(Of <(<'T>)>)>.)
Storage
A Pointer to the storage used by this Seq
(Inherited from Seq<(Of <(<'T>)>)>.)
Total
Get the number of eelments in the sequence
(Inherited from Seq<(Of <(<'T>)>)>.)
VNext
Same as v_next pointer in CvSeq
VPrev
Same as v_prev pointer in CvSeq

See Also