Indicates the type of a mark.
Members
Member | Description |
Ellipse | 601 - An ellipse.
This is the same type of mark as NotateXpress's (version 10) EllipseTool and ImageGear for .NET's ImGearARTEllipse. |
Line | 3 - A line segment.
This is the same type of mark as NotateXpress's (version 10) LineTool and ImageGear for .NET's ImGearARTLine. |
Polygon | 604 - A polygon.
This is the same type of mark as NotateXpress's (version 10) PolygonTool and ImageGear for .NET's ImGearARTPolygon. |
Polyline | 502 - A freehand line or polyline.
This is the same type of mark as NotateXpress's (version 10) FreehandTool and PolyLineTool classes and ImageGear for .NET's ImGearARTPolyline. |
Rectangle | 600 - A rectangle.
This is the same type of mark as NotateXpress's (version 10) RectangleTool and PolyLineTool classes and ImageGear for .NET's ImGearARTRectangle. |
Text | 605 - A block of text.
This is the same type of mark as NotateXpress's (version 10) TextTool and ImageGear for .NET's ImGearARTText. |
Inheritance Hierarchy
Object
ImageGear.Web.UI.MarkType
See Also