FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deWorkflowDefinition..::..generateModelGraphic Method (Bitmap%, Point%, Boolean, Font)

Generates the model graphic.

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public bool generateModelGraphic(
	ref Bitmap oImageBitmap,
	ref Point oDeltaPoint,
	bool showComments,
	Font oFont
)
Public Function generateModelGraphic ( _
	ByRef oImageBitmap As Bitmap, _
	ByRef oDeltaPoint As Point, _
	showComments As Boolean, _
	oFont As Font _
) As Boolean
public:
bool^ generateModelGraphic(
	Bitmap^% oImageBitmap, 
	Point^% oDeltaPoint, 
	bool^ showComments, 
	Font^ oFont
)

Parameters

oImageBitmap
Type: Bitmap%
The o image bitmap.
oDeltaPoint
Type: Point%
The o delta point.
showComments
Type: Boolean
if set to true [show comments].
oFont
Type: Font
The o font.

Return Value

true if XXXX, false otherwise.