BCGSoft.Shared Namespace > DrawManager Class : SetAlphaPixel Method |
'Declaration Public Shared Sub SetAlphaPixel( _ ByVal bitmap As Bitmap, _ ByVal x As Integer, _ ByVal y As Integer, _ ByVal percent As Integer, _ ByVal iShadowSize As Integer, _ ByVal colorBase As Color _ )
'Usage Dim bitmap As Bitmap Dim x As Integer Dim y As Integer Dim percent As Integer Dim iShadowSize As Integer Dim colorBase As Color DrawManager.SetAlphaPixel(bitmap, x, y, percent, iShadowSize, colorBase)
public static void SetAlphaPixel( Bitmap bitmap, int x, int y, int percent, int iShadowSize, Color colorBase )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2