Represents a PNG compressed image.
| C# | Visual Basic | Visual C++ |
[SerializableAttribute] public class CompressedImage
<SerializableAttribute> _ Public Class CompressedImage
[SerializableAttribute] public ref class CompressedImage
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| CompressedImage(Image) |
Creates a new compressed PNG image out of a given image.
| |
| CompressedImage(Image, ImageFormat) |
Creates a new compressed image out of a given image.
| |
| CompressedImage(String) |
Initializes a new instance of the CompressedImage class from a base64 string.
| |
| Clone()()() |
Creates a clone of this instance.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Guid |
A unique ID identifying the image. The Guid is chosen randomly and not
connected to the image content in any way.
| |
| Image |
The reconstructed image from the compressed data.
| |
| Implicit(CompressedImage) |
Implicitly casts a CompressedImage object to a Bitmap.
| |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Store(String) |
Writes the compressed data to a file.
| |
| ToBase64String()()() |
Creates a Base64 string representation of this instance.
| |
| ToString()()() | (Inherited from Object.) |
| Object | |
| CompressedImage | |
