clsUIModel..::..generateModelGraphic Method (Boolean, String, String%, Font, Color, Font, Color, Color, Color, Color, Color, Color, Boolean, List<(Of <(<'Point>)>)>%, Dictionary<(Of <(<'Int32, Point>)>)>%, List<(Of <(<'String>)>)>%, Nullable<(Of <(<'Color>)>)>, Boolean)
generate the graphic of the model
Namespace:
FlowWright.cDevDecisionEngineAssembly: cDevDecisionEngine (in cDevDecisionEngine.dll)
Syntax
public Bitmap generateModelGraphic( bool execution, string imageFilesPath, ref string imageMap, Font oLabelFont, Color oLabelColor, Font oReturnFont, Color oReturnColor, Color oExecLineColor, Color oCompleteBoxColor, Color oWaitBoxColor, Color oErrorBoxColor, Color oArtificialWaitColor, bool showNonExecutedPath, ref List<Point> oPointList, ref Dictionary<int, Point> oExecPointList, ref List<string> oListExePoints, Nullable<Color> oBackGroundColor, bool showComments )
Public Function generateModelGraphic ( _ execution As Boolean, _ imageFilesPath As String, _ ByRef imageMap As String, _ oLabelFont As Font, _ oLabelColor As Color, _ oReturnFont As Font, _ oReturnColor As Color, _ oExecLineColor As Color, _ oCompleteBoxColor As Color, _ oWaitBoxColor As Color, _ oErrorBoxColor As Color, _ oArtificialWaitColor As Color, _ showNonExecutedPath As Boolean, _ ByRef oPointList As List(Of Point), _ ByRef oExecPointList As Dictionary(Of Integer, Point), _ ByRef oListExePoints As List(Of String), _ oBackGroundColor As Nullable(Of Color), _ showComments As Boolean _ ) As Bitmap
public: Bitmap^ generateModelGraphic( bool^ execution, String^ imageFilesPath, String^% imageMap, Font^ oLabelFont, Color^ oLabelColor, Font^ oReturnFont, Color^ oReturnColor, Color^ oExecLineColor, Color^ oCompleteBoxColor, Color^ oWaitBoxColor, Color^ oErrorBoxColor, Color^ oArtificialWaitColor, bool^ showNonExecutedPath, List<Point^>^% oPointList, Dictionary<int^, Point^>^% oExecPointList, List<String^>^% oListExePoints, Nullable<Color^> oBackGroundColor, bool^ showComments )
Parameters
- execution
- Type: Boolean
show the execution path
- imageFilesPath
- Type: String
path for the icon images
- imageMap
- Type: String%
generated image map
- oLabelFont
- Type: Font
font for the figure labels
- oLabelColor
- Type: Color
color for the figure labels
- oReturnFont
- Type: Font
font for the link lables
- oReturnColor
- Type: Color
color for the link labels
- oExecLineColor
- Type: Color
execution line color
- oCompleteBoxColor
- Type: Color
completed box color
- oWaitBoxColor
- Type: Color
wait box color
- oErrorBoxColor
- Type: Color
error box color
- oArtificialWaitColor
- Type: Color
Color of the o artificial wait.
- showNonExecutedPath
- Type: Boolean
show the non executed path
- oPointList
- Type: List<(Of <(<'Point>)>)>%
The o point list.
- oExecPointList
- Type: Dictionary<(Of <(<'Int32, Point>)>)>%
The o execute point list.
- oListExePoints
- Type: List<(Of <(<'String>)>)>%
The o list executable points.
- oBackGroundColor
- Type: Nullable<(Of <(<'Color>)>)>
Color of the o back ground.
- showComments
- Type: Boolean
Show comments