[This is preliminary documentation and is subject to change.]

Class that describes a configured brush, and allows creating instances for specific DrawOperations. Configuration-free brush types may combine IBrushFactory and IBrushType into one class.

Namespace: fCraft.Drawing
Assembly: fCraft (in fCraft.dll) Version: 0.6.3.2 (0.6.3.2)

Syntax

   
 C# 
public interface IBrush

Members

         
 All Members  Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
Description
A compact readable summary of brush type and configuration.
Factory
IBrushFactory associated with this brush type.
MakeInstance(Player, CommandReader, DrawOperation)
Creates an instance for this configured brush, for use with a specific DrawOperation.

See Also