This documentation is archived and is not being maintained.
Image Methods
.NET Framework 1.1
The methods of the Image class are listed here. For a complete list of Image class members, see the Image Members topic.
Public Methods
Clone | Creates an exact copy of this Image object. |
CreateObjRef (inherited from MarshalByRefObject) | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. |
Dispose Supported by the .NET Compact Framework. | Overloaded. |
Equals (inherited from Object)
Supported by the .NET Compact Framework. | Overloaded. Determines whether two Object instances are equal. |
![]() FromFile | Overloaded. Creates an Image object from the specified file. |
![]() FromHbitmap | Overloaded. Creates a Bitmap object from a Windows handle. |
![]() FromStream | Overloaded. Creates an Image object from the specified data stream. |
GetBounds | Gets a bounding rectangle in the specified units for this Image object. |
GetEncoderParameterList | Returns information about the parameters supported by the specified image encoder. |
GetFrameCount | Returns the number of frames of the specified dimension. |
GetHashCode (inherited from Object)
Supported by the .NET Compact Framework. | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetLifetimeService (inherited from MarshalByRefObject) | Retrieves the current lifetime service object that controls the lifetime policy for this instance. |
![]() GetPixelFormatSize | Returns the color depth (number of bits per pixel) of the specified pixel format. |
GetPropertyItem | Gets the specified property item from this Image object. |
GetThumbnailImage | Returns a thumbnail for this Image object. |
GetType (inherited from Object)
Supported by the .NET Compact Framework. | Gets the Type of the current instance. |
InitializeLifetimeService (inherited from MarshalByRefObject) | Obtains a lifetime service object to control the lifetime policy for this instance. |
![]() IsAlphaPixelFormat | Returns a value that indicates whether the pixel format for this Image object contains alpha information. |
![]() IsCanonicalPixelFormat | Returns a value that indicates whether the pixel format is canonical. |
![]() IsExtendedPixelFormat | Returns a value that indicates whether the pixel format is extended. |
RemovePropertyItem | Removes the specified property item from this Image object. |
RotateFlip | This method either rotates, flips, or rotates and flips the Image object. |
Save | Overloaded. Saves this image to the specified stream in the specified format. |
SaveAdd | Overloaded. Adds the information in the specified Image object to this Image object. The specified EncoderParameters object determines 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 object. |
ToString (inherited from Object)
Supported by the .NET Compact Framework. | Returns a String that represents the current Object. |
Protected Methods
Finalize Supported by the .NET Compact Framework. | Overridden. See Object.Finalize.
In C# and C++, finalizers are expressed using destructor syntax. |
MemberwiseClone (inherited from Object)
Supported by the .NET Compact Framework. | Creates a shallow copy of the current Object. |
See Also
Show:
