deWorkflowDefinition..::..renderSnapshotCompare Method
generates the two images with the changes
Namespace:
FlowWright.cDevDeAPIAssembly: cDevDeAPI (in cDevDeAPI.dll)
Syntax
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].