Delegate used when the user of the library would like to provide their own action images

Namespace:  ProcessMapping.ImageGeneration
Assembly:  ProcessMapping.ImageGeneration (in ProcessMapping.ImageGeneration.dll) Version: 1.0.0.3 (1.0.0.3)

Syntax

C#
public delegate Image GetActionImage(
	ActionType actionType
)
Visual Basic (Declaration)
Public Delegate Function GetActionImage ( _
	actionType As ActionType _
) As Image
Visual C++
public delegate Image^ GetActionImage(
	ActionType actionType
)

Parameters

actionType
Type: ActionType

See Also