// Parameters var type; // Type: WebBrushStyleEnumJS var color; // Type: string var instance = new Vintasoft.Imaging.Annotation.UI.WebAnnotationBrushJS(type, color);
function WebAnnotationBrushJS(
typeAn instance of WebBrushStyleEnumJS class that defines the type of brush.: WebBrushStyleEnumJS,
colorBrush color, for example, "Red" or "rgba(125,125,125,0.8)".: string
) : WebAnnotationBrushJS;
Parameters
- type
- An instance of WebBrushStyleEnumJS class that defines the type of brush.
- color
- Brush color, for example, "Red" or "rgba(125,125,125,0.8)".