deWorkflowInstance..::..generateModelGraphic Method (Boolean, String%, String%, Font, Color, Font, Color, Nullable<(Of <(<'Color>)>)>)
generate execution view of the instance
Namespace:
FlowWright.cDevDeAPIAssembly: cDevDeAPI (in cDevDeAPI.dll)
Syntax
public bool generateModelGraphic( bool showExecution, ref string imageFileOutputPath, ref string imageMap, Font oLabelFont, Color oLabelColor, Font oReturnFont, Color oReturnColor, Nullable<Color> oBackColor )
Parameters
- showExecution
- Type: Boolean
render execution on the graphic
- imageFileOutputPath
- Type: String%
image output file path
- imageMap
- Type: String%
image map for the generated image
- oLabelFont
- Type: Font
The o label font.
- oLabelColor
- Type: Color
Color of the o label.
- oReturnFont
- Type: Font
The o return font.
- oReturnColor
- Type: Color
Color of the o return.
- oBackColor
- Type: Nullable<(Of <(<'Color>)>)>
back ground color for the image