DrawTool Class HTML5/Flash Uploader ASP.NET

Supported technologies: HTML 5

This class represents the draw tool settings.

Namespace: Aurigma.ImageUploaderFlash
Assembly: Aurigma.ImageUploaderFlash (in Aurigma.ImageUploaderFlash.dll)

Syntax

C#
public class DrawTool

Remarks

The draw tool consists of the freehand pen and eraser. The pen has two attributes - Color and Width.

Using this class, you may control what features of the draw tool should appear to the user. For example, EnableEraser toggles the eraser tool, EnableColorPicker hides or shows the pen color selection tool and EnableWidthSlider - pen width selection tool. The lower and upper values of the pen width is controlled using the MinWidth and MaxWidth properties.

Inheritance Hierarchy

System..Object
+ Aurigma.ImageUploaderFlash..DrawTool

See Also

Reference