Bitmap Methods
Assembly: System.Drawing (in System.Drawing.dll)
| Name | Description | |
|---|---|---|
![]() | Clone() | |
![]() | Clone(Rectangle, PixelFormat) | Creates a copy of the section of this Bitmap defined by Rectangle structure and with a specified PixelFormat enumeration. |
![]() | Clone(RectangleF, PixelFormat) | Creates a copy of the section of this Bitmap defined with a specified PixelFormat enumeration. |
![]() | CreateObjRef(Type^) | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.(Inherited from MarshalByRefObject.) |
![]() | Dispose() | |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() ![]() | FromHicon(IntPtr) | Creates a Bitmap from a Windows handle to an icon. |
![]() ![]() | FromResource(IntPtr, String^) | Creates a Bitmap from the specified Windows resource. |
![]() | GetBounds(GraphicsUnit%) | Gets the bounds of the image in the specified unit.(Inherited from Image.) |
![]() | GetEncoderParameterList(Guid) | Returns information about the parameters supported by the specified image encoder.(Inherited from Image.) |
![]() | GetFrameCount(FrameDimension^) | Returns the number of frames of the specified dimension.(Inherited from Image.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetHbitmap() | Creates a GDI bitmap object from this Bitmap. |
![]() | GetHbitmap(Color) | Creates a GDI bitmap object from this Bitmap. |
![]() | GetHicon() | Returns the handle to an icon. |
![]() | GetLifetimeService() | Retrieves the current lifetime service object that controls the lifetime policy for this instance.(Inherited from MarshalByRefObject.) |
![]() | GetPixel(Int32, Int32) | Gets the color of the specified pixel in this Bitmap. |
![]() | GetPropertyItem(Int32) | |
![]() | GetThumbnailImage(Int32, Int32, Image::GetThumbnailImageAbort^, IntPtr) | |
![]() | GetType() | |
![]() | InitializeLifetimeService() | Obtains a lifetime service object to control the lifetime policy for this instance.(Inherited from MarshalByRefObject.) |
![]() | LockBits(Rectangle, ImageLockMode, PixelFormat) | Locks a Bitmap into system memory. |
![]() | LockBits(Rectangle, ImageLockMode, PixelFormat, BitmapData^) | Locks a Bitmap into system memory |
![]() | MakeTransparent() | Makes the default transparent color transparent for this Bitmap. |
![]() | MakeTransparent(Color) | Makes the specified color transparent for this Bitmap. |
![]() | RemovePropertyItem(Int32) | |
![]() | RotateFlip(RotateFlipType) | |
![]() | Save(Stream^, ImageCodecInfo^, EncoderParameters^) | Saves this image to the specified stream, with the specified encoder and image encoder parameters.(Inherited from Image.) |
![]() | Save(Stream^, ImageFormat^) | Saves this image to the specified stream in the specified format.(Inherited from Image.) |
![]() | Save(String^) | |
![]() | Save(String^, ImageCodecInfo^, EncoderParameters^) | |
![]() | Save(String^, ImageFormat^) | |
![]() | SaveAdd(EncoderParameters^) | |
![]() | SaveAdd(Image^, EncoderParameters^) | |
![]() | SelectActiveFrame(FrameDimension^, Int32) | Selects the frame specified by the dimension and index.(Inherited from Image.) |
![]() | SetPixel(Int32, Int32, Color) | Sets the color of the specified pixel in this Bitmap. |
![]() | SetPropertyItem(PropertyItem^) | |
![]() | SetResolution(Single, Single) | Sets the resolution for this Bitmap. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
![]() | UnlockBits(BitmapData^) | Unlocks this Bitmap from system memory. |
| Name | Description | |
|---|---|---|
![]() ![]() | ISerializable::GetObjectData(SerializationInfo^, StreamingContext) | Populates a SerializationInfo with the data needed to serialize the target object.(Inherited from Image.) |



