FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deWorkflowDefinition..::..renderSnapshotCompare Method

generates the two images with the changes

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

Syntax


public void renderSnapshotCompare(
	string snapshotID1,
	string snapshotID2,
	string snapshotImage1,
	string snapshotImage2,
	Font oFont,
	bool oSnapShot1IsCurrentDef,
	bool oSnapShot2IsCurrentDef
)
Public Sub renderSnapshotCompare ( _
	snapshotID1 As String, _
	snapshotID2 As String, _
	snapshotImage1 As String, _
	snapshotImage2 As String, _
	oFont As Font, _
	oSnapShot1IsCurrentDef As Boolean, _
	oSnapShot2IsCurrentDef As Boolean _
)
public:
void renderSnapshotCompare(
	String^ snapshotID1, 
	String^ snapshotID2, 
	String^ snapshotImage1, 
	String^ snapshotImage2, 
	Font^ oFont, 
	bool^ oSnapShot1IsCurrentDef, 
	bool^ oSnapShot2IsCurrentDef
)

Parameters

snapshotID1
Type: String
id of snapshot 1
snapshotID2
Type: String
id of snapshot 2
snapshotImage1
Type: String
file path for the image 1
snapshotImage2
Type: String
file path for the image 2
oFont
Type: Font
The o font.
oSnapShot1IsCurrentDef
Type: Boolean
if set to true [o snap shot1 is current definition].
oSnapShot2IsCurrentDef
Type: Boolean
if set to true [o snap shot2 is current definition].