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

Begins the execution of this DrawOperation. Raises DrawOperation.Beginning (cancelable) and DrawOperation.Began events.

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

Syntax

   
 C# 
public virtual bool Begin()

Return Value

True if operation started succesfully. False if operation was canceled by an event callback.

See Also