Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
Bitmap Class

  Switch on low bandwidth view
Members FilterMembers Filter
Frameworks FilterFrameworks Filter
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
.NET Framework Class Library
Bitmap Constructor

Initializes a new instance of the Bitmap class.

  NameDescription
Public methodSupported by the .NET Compact FrameworkBitmap(Image) Initializes a new instance of the Bitmap class from the specified existing image.
Public methodSupported by the .NET Compact FrameworkBitmap(Stream) Initializes a new instance of the Bitmap class from the specified data stream.
Public methodSupported by the .NET Compact FrameworkBitmap(String) Initializes a new instance of the Bitmap class from the specified file.
Public methodBitmap(Image, Size) Initializes a new instance of the Bitmap class from the specified existing image, scaled to the specified size.
Public methodSupported by the .NET Compact FrameworkBitmap(Int32, Int32) Initializes a new instance of the Bitmap class with the specified size.
Public methodBitmap(Stream, Boolean) Initializes a new instance of the Bitmap class from the specified data stream.
Public methodBitmap(String, Boolean) Initializes a new instance of the Bitmap class from the specified file.
Public methodBitmap(Type, String) Initializes a new instance of the Bitmap class from a specified resource.
Public methodBitmap(Image, Int32, Int32) Initializes a new instance of the Bitmap class from the specified existing image, scaled to the specified size.
Public methodBitmap(Int32, Int32, Graphics) Initializes a new instance of the Bitmap class with the specified size and with the resolution of the specified Graphics object.
Public methodSupported by the .NET Compact FrameworkBitmap(Int32, Int32, PixelFormat) Initializes a new instance of the Bitmap class with the specified size and format.
Public methodBitmap(Int32, Int32, Int32, PixelFormat, IntPtr) Initializes a new instance of the Bitmap class with the specified size, pixel format, and pixel data.
Top
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker