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

Initializes a new instance of the DrawOperationEventArgs class

Namespace: fCraft.Events
Assembly: fCraft (in fCraft.dll) Version: 0.6.2.4 (0.6.2.4)

Syntax

   
 C# 
public DrawOperationEventArgs(
	DrawOperation drawOp
)

Parameters

drawOp
DrawOperation

[Missing <param name="drawOp"/> documentation for "M:fCraft.Events.DrawOperationEventArgs.#ctor(fCraft.Drawing.DrawOperation)"]

See Also