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