[This is preliminary documentation and is subject to change.]
Finds IBrushFactory for given brush name.
Case-insensitive. Does not autocomplete names.
Namespace: fCraft.DrawingAssembly: fCraft (in fCraft.dll) Version: 0.6.3.2 (0.6.3.2)
Syntax
| C# |
[CanBeNullAttribute] public static IBrushFactory GetBrushFactory( string brushName )
Parameters
- brushName
- String
Brush name.
Return Value
IBrushFactory if brush was found; otherwise null.
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentNullException | If brushName is null. |