public int pathCount ;

Descripción

La cantidad de caminos en el polígono.

A path is cyclic sequence of line segments between points that define the outline of the polygon. Because the polygon can have holes and discontinuous parts, its shape is not necessarily defined by a single path.

See Also: GetPath, SetPath.