ESRI.ArcGIS.ADF.Tasks
MergeImageLocation Method
See Also 
ESRI.ArcGIS.ADF.Tasks Namespace > PrintTaskUtil Class : MergeImageLocation Method




mergedImage
tmpImage
lowerLeft
printResolution

Syntax

Visual Basic (Declaration) 
Protected Shared Sub MergeImageLocation( _
   ByRef mergedImage As Bitmap, _
   ByVal tmpImage As Bitmap, _
   ByVal lowerLeft As Boolean, _
   ByVal printResolution As Double _
) 
Visual Basic (Usage)Copy Code
Dim mergedImage As Bitmap
Dim tmpImage As Bitmap
Dim lowerLeft As Boolean
Dim printResolution As Double
 
PrintTaskUtil.MergeImageLocation(mergedImage, tmpImage, lowerLeft, printResolution)
C# 
protected static void MergeImageLocation( 
   ref Bitmap mergedImage,
   Bitmap tmpImage,
   bool lowerLeft,
   double printResolution
)

Parameters

mergedImage
tmpImage
lowerLeft
printResolution

See Also

© 2010 All Rights Reserved.