![]() ![]() |
ESRI.ArcGIS.ADF.Web | |
Blend(String,Image,Single,ImageFormat,String,Int32,Int32) Method | |
See Also Send Feedback |
ESRI.ArcGIS.ADF.Web.Display.Drawing Namespace > GdiUtility Class > Blend Method : Blend(String,Image,Single,ImageFormat,String,Int32,Int32) Method |
- bottom
- Image that goes at the bottom
- top
- Image that goes at the top
- transparency
- Alpha value, between 0 and 1
- format
- Format of output image
- output
- Location of output image
- width
- Width of image
- height
- Height of image
Visual Basic (Declaration) | |
---|---|
Public Overloads Shared Sub Blend( _ ByVal bottom As String, _ ByVal top As Image, _ ByVal transparency As Single, _ ByVal format As ImageFormat, _ ByVal output As String, _ ByVal width As Integer, _ ByVal height As Integer _ ) |
Visual Basic (Usage) | ![]() |
---|---|
Dim bottom As String Dim top As Image Dim transparency As Single Dim format As ImageFormat Dim output As String Dim width As Integer Dim height As Integer GdiUtility.Blend(bottom, top, transparency, format, output, width, height) |
C# | |
---|---|
public static void Blend( string bottom, Image top, float transparency, ImageFormat format, string output, int width, int height ) |
Parameters
- bottom
- Image that goes at the bottom
- top
- Image that goes at the top
- transparency
- Alpha value, between 0 and 1
- format
- Format of output image
- output
- Location of output image
- width
- Width of image
- height
- Height of image
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family