Image Members
.NET Framework 3.0
An abstract base class that provides functionality for the Bitmap and Metafile descended classes.
The following tables list the members exposed by the Image type.
| Name | Description | |
|---|---|---|
| Flags | Gets attribute flags for the pixel data of this Image. |
| FrameDimensionsList | Gets an array of GUIDs that represent the dimensions of frames within this Image. |
| Height | Gets the height, in pixels, of this Image. |
| HorizontalResolution | Gets the horizontal resolution, in pixels per inch, of this Image. |
| Palette | Gets or sets the color palette used for this Image. |
| PhysicalDimension | Gets the width and height of this image. |
| PixelFormat | Gets the pixel format for this Image. |
| PropertyIdList | Gets IDs of the property items stored in this Image. |
| PropertyItems | Gets all the property items (pieces of metadata) stored in this Image. |
| RawFormat | Gets the file format of this Image. |
| Size | Gets the width and height, in pixels, of this image. |
| Tag | Gets or sets an object that provides additional data about the image. |
| VerticalResolution | Gets the vertical resolution, in pixels per inch, of this Image. |
| Width | Gets the width, in pixels, of this Image. |
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| Clone | Creates an exact copy of this Image. |
| CreateObjRef | 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 | Overloaded. Releases all resources used by this Image. |
| Equals | Overloaded. Determines whether two Object instances are equal. (inherited from Object) |
| FromFile | Overloaded. Creates an Image from the specified file. |
| FromHbitmap | Overloaded. Creates a Bitmap from a Windows handle. |
| FromStream | Overloaded. Creates an Image from the specified data stream. |
| GetBounds | Gets the bounds of the image in the specified unit. |
| GetEncoderParameterList | Returns information about the parameters supported by the specified image encoder. |
| GetFrameCount | Returns the number of frames of the specified dimension. |
| GetHashCode | Serves as a hash function for a particular type. (inherited from Object) |
| GetHowFromImage | Returns an internal handle to an image. |
| GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (inherited from MarshalByRefObject) |
| GetPixelFormatSize | Returns the color depth, in number of bits per pixel, of the specified pixel format. |
| GetPropertyItem | Gets the specified property item from this Image. |
| GetThumbnailImage | Returns a thumbnail for this Image. |
| GetType | Gets the Type of the current instance. (inherited from Object) |
| InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (inherited from MarshalByRefObject) |
| IsAlphaPixelFormat | Returns a value that indicates whether the pixel format for this Image contains alpha information. |
| IsCanonicalPixelFormat | Returns a value that indicates whether the pixel format is 32 bits per pixel. |
| IsExtendedPixelFormat | Returns a value that indicates whether the pixel format is 64 bits per pixel. |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
| RemovePropertyItem | Removes the specified property item from this Image. |
| RotateFlip | This method rotates, flips, or rotates and flips the Image. |
| Save | Overloaded. Saves this image to the specified stream in the specified format. |
| SaveAdd | Overloaded. Adds the information in the specified Image to this Image. The specified EncoderParameters determine how the new information is incorporated into the existing image. |
| SelectActiveFrame | Selects the frame specified by the dimension and index. |
| SetPropertyItem | Stores a property item (piece of metadata) in this Image. |
| ToString | Returns a String that represents the current Object. (inherited from Object) |
| Name | Description | |
|---|---|---|
| Dispose | Overloaded. Releases all resources used by this Image. |
| Finalize | Overridden. |
| MemberwiseClone | Overloaded. (inherited from MarshalByRefObject) |
Community Additions
ADD
Show: