In The Hand LtdIn The Hand
DrawImageAlpha Method (g, image, destRect, srcRect, srcUnit, alpha)
NamespacesInTheHand.DrawingGraphicsHelperDrawImageAlpha(Graphics, Image, Rectangle, Rectangle, GraphicsUnit, Byte)
.NET Components for Mobility
Draws the supplied image with the alpha value specified.
Declaration Syntax
C#Visual Basic
public static void DrawImageAlpha(
	Graphics g,
	Image image,
	Rectangle destRect,
	Rectangle srcRect,
	GraphicsUnit srcUnit,
	byte alpha
)
Public Shared Sub DrawImageAlpha ( _
	g As Graphics, _
	image As Image, _
	destRect As Rectangle, _
	srcRect As Rectangle, _
	srcUnit As GraphicsUnit, _
	alpha As Byte _
)
Parameters
g (Graphics)

[Missing <param name="g"/> documentation for "M:InTheHand.Drawing.GraphicsHelper.DrawImageAlpha(System.Drawing.Graphics,System.Drawing.Image,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Drawing.GraphicsUnit,System.Byte)"]

image (Image)

[Missing <param name="image"/> documentation for "M:InTheHand.Drawing.GraphicsHelper.DrawImageAlpha(System.Drawing.Graphics,System.Drawing.Image,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Drawing.GraphicsUnit,System.Byte)"]

destRect (Rectangle)

[Missing <param name="destRect"/> documentation for "M:InTheHand.Drawing.GraphicsHelper.DrawImageAlpha(System.Drawing.Graphics,System.Drawing.Image,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Drawing.GraphicsUnit,System.Byte)"]

srcRect (Rectangle)

[Missing <param name="srcRect"/> documentation for "M:InTheHand.Drawing.GraphicsHelper.DrawImageAlpha(System.Drawing.Graphics,System.Drawing.Image,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Drawing.GraphicsUnit,System.Byte)"]

srcUnit (GraphicsUnit)

[Missing <param name="srcUnit"/> documentation for "M:InTheHand.Drawing.GraphicsHelper.DrawImageAlpha(System.Drawing.Graphics,System.Drawing.Image,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Drawing.GraphicsUnit,System.Byte)"]

alpha (Byte)
Per-image alpha constant from 0 (Transparent) to 255 (Opaque).

Assembly: InTheHand.Drawing (Module: InTheHand.Drawing) Version: 7.0.0.0