CWShapeTypes Enumeration
CWShapeTypes are the constants for the CWShape.Type property
You can use the following constants with this data type:
- cwShapeArc–Specifies an arc.
- cwShapeImage–Specifies an image.
- cwShapeLine–Specifies a line.
- cwShapeMinMaxRegion–Specifies a minimum-maximum region.
- cwShapeNone–Specifies no shape.
- cwShapeOval–Specifies an oval.
- cwShapePoint–Specifies a point.
- cwShapePolygon–Specifies a polygon.
- cwShapeRectangle–Specifies a rectangle.
- cwShapeRegion–Specifies a region.