BCGSoft.Shared Namespace > DrawManager Class : CreateShadowImage Method |
'Declaration Public Shared Function CreateShadowImage( _ ByVal srcBitmap As Bitmap, _ ByVal clrBarShadow As Color _ ) As Bitmap
'Usage Dim srcBitmap As Bitmap Dim clrBarShadow As Color Dim value As Bitmap value = DrawManager.CreateShadowImage(srcBitmap, clrBarShadow)
public static Bitmap CreateShadowImage( Bitmap srcBitmap, Color clrBarShadow )
public: static Bitmap* CreateShadowImage( Bitmap* srcBitmap, Color clrBarShadow )
public: static Bitmap^ CreateShadowImage( Bitmap^ srcBitmap, Color clrBarShadow )
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