Visual Basic (Declaration) | |
---|---|
Public Overloads Shared Function GetClonedBitmap( _ ByVal image As Image, _ ByVal pixelFormat As PixelFormat _ ) As Bitmap |
C# | |
---|---|
public static Bitmap GetClonedBitmap( Image image, PixelFormat pixelFormat ) |
Parameters
- image
- The source Image to copy.
- pixelFormat
- The PixelFormat of the output Bitmap.
Return Value
A Bitmap object containing a copy of the source Image.Requirements
Platforms: Windows 8, Windows 7, Windows Vista, Windows XP Professional, Windows 2000 - Windows Server family: 2012, 2008.R2, 2008, 2003, 2000