C# Class fCraft.Drawing.CheckeredBrush

Inheritance: IBrushInstance, IBrush
Show file Open project: fragmer/fCraft Class Usage Examples

Public Methods

Method Description
Begin ( Player player, DrawOperation state ) : bool
Begin ( [ player, [ state ) : bool
CheckeredBrush ( Block block1, Block block2 ) : System

Initializes a new instance of CheckeredBrush.

CheckeredBrush ( [ other ) : System
Clone ( ) : IBrush
End ( ) : void
MakeInstance ( Player player, CommandReader cmd, DrawOperation op ) : IBrushInstance
NextBlock ( DrawOperation state ) : Block
NextBlock ( [ state ) : Block

Private Methods

Method Description
MakeInstance ( [ player, [ cmd, [ op ) : IBrushInstance

Method Details

Begin() public method

public Begin ( Player player, DrawOperation state ) : bool
player Player
state DrawOperation
return bool

Begin() public method

public Begin ( [ player, [ state ) : bool
player [
state [
return bool

CheckeredBrush() public method

Initializes a new instance of CheckeredBrush.
public CheckeredBrush ( Block block1, Block block2 ) : System
block1 Block
block2 Block
return System

CheckeredBrush() public method

public CheckeredBrush ( [ other ) : System
other [
return System

Clone() public method

public Clone ( ) : IBrush
return IBrush

End() public method

public End ( ) : void
return void

MakeInstance() public method

public MakeInstance ( Player player, CommandReader cmd, DrawOperation op ) : IBrushInstance
player Player
cmd CommandReader
op DrawOperation
return IBrushInstance

NextBlock() public method

public NextBlock ( DrawOperation state ) : Block
state DrawOperation
return Block

NextBlock() public method

public NextBlock ( [ state ) : Block
state [
return Block