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

Called when the DrawOperation starts. Should be used to verify that the brush is ready for use. Resources used by the brush should be obtained here.

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

Syntax

   
 C# 
bool Begin(
	Player player,
	DrawOperation op
)

Parameters

player
Player
Player who started the DrawOperation.
op
DrawOperation
DrawOperation that will be using this brush.

Return Value

Whether this brush instance has successfully began or not.

See Also