Constructor for DrawLayerEventArgs object.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public DrawLayerEventArgs(
	int layer
)
Public Sub New ( _
	layer As Integer _
)
public:
DrawLayerEventArgs(
	int layer
)

Parameters

layer
Int32
The layer index that we are drawing.

See Also