FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deWorkflowDefSnapshot..::..generateModelGraphic Method (String, Point%, Font)

renders a given snapshot

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

Syntax


public bool generateModelGraphic(
	string imageFileOutputPath,
	ref Point oDeltaPoint,
	Font oFont
)
Public Function generateModelGraphic ( _
	imageFileOutputPath As String, _
	ByRef oDeltaPoint As Point, _
	oFont As Font _
) As Boolean
public:
bool^ generateModelGraphic(
	String^ imageFileOutputPath, 
	Point^% oDeltaPoint, 
	Font^ oFont
)

Parameters

imageFileOutputPath
Type: String
file path to store the image
oDeltaPoint
Type: Point%
Delta point for the snapshot diagram
oFont
Type: Font
The o font.

Return Value

true if XXXX, false otherwise.