OilPaintCommandBrushWidth Property |
Gets or set the width of the virtual brush.
Namespace:
Atalasoft.Imaging.ImageProcessing.Effects
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public int BrushWidth { get; set; }
Public Property BrushWidth As Integer
Get
Set
Property Value
Type:
Int32 The width of the virtual brush.
Exceptions Exception | Condition |
---|
| Thrown if value is not greater than 0. |
Remarks Low number work best ( 3, 4, 5, ... ).
See Also