FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsModGlobal..::..cropImage Method

Crops the image.

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

Syntax


public static void cropImage(
	string sConnectionString,
	string sItemID,
	Guid gCropImg,
	Guid gArrowImg,
	List<Point> oPoints,
	string sTenantID
)
Public Shared Sub cropImage ( _
	sConnectionString As String, _
	sItemID As String, _
	gCropImg As Guid, _
	gArrowImg As Guid, _
	oPoints As List(Of Point), _
	sTenantID As String _
)
public:
static void cropImage(
	String^ sConnectionString, 
	String^ sItemID, 
	Guid^ gCropImg, 
	Guid^ gArrowImg, 
	List<Point^>^ oPoints, 
	String^ sTenantID
)

Parameters

sConnectionString
Type: String
The s connection string.
sItemID
Type: String
The s item identifier.
gCropImg
Type: Guid
The g crop img.
gArrowImg
Type: Guid
The g arrow img.
oPoints
Type: List<(Of <(<'Point>)>)>
The o points.
sTenantID
Type: String
The s tenant identifier.