The MCvContour type exposes the following fields.

Fields

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
block_max
Maximal bound of the last block
color
Color
delta_elems
How many elements allocated when the seq grows
elem_size
Size of sequence element in bytes
first
Pointer to the first sequence block
flags
Micsellaneous flags
free_blocks
Free blocks list
h_next
Pointer to the next sequence
h_prev
Pointer to the previous sequence
header_size
Size of sequence header
ptr
Current write pointer
rect
If computed, stores the minimum enclosing rectangle
reserved
storage
Where the seq is stored
total
Total number of elements
v_next
Pointer to the 2nd next sequence
v_prev
Pointer to the 2nd previous sequence

See Also