Delegate used when the user of the library would like to provide their own stage 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 GetStageImage(
StageType stageType
) |
| Visual Basic (Declaration) |
|---|
Public Delegate Function GetStageImage ( _
stageType As StageType _
) As Image |
| Visual C++ |
|---|
public delegate Image^ GetStageImage(
StageType stageType
) |
Parameters
- stageType
- Type: StageType
See Also