Memory |
[SerializableAttribute] public class MemoryStreamImageProxy : ImageProxy, IImmutable
The MemoryStreamImageProxy type exposes the following members.
Name | Description | |
---|---|---|
MemoryStreamImageProxy | Initializes a new instance of the MemoryStreamImageProxy class |
Name | Description | |
---|---|---|
ContentHash | (Overrides ImageProxyContentHash) | |
Extension | Gets the extension that designates the type of memory stream, such as '.png' or '.jpg'. | |
ImageSizePixels | Gets the image size in pixels. | |
IsValid | (Overrides ImageProxyIsValid) | |
Name | (Overrides ImageProxyName) | |
ResolutionDpi | Gets the image resolution in dpi. | |
Size | Returns the original size of the image in points (1/72 inch). (Overrides ImageProxySize) | |
Url | Either the name of a resource, or the original file name. |
Name | Description | |
---|---|---|
ComputeStreamHash(Byte) | Computes the hash of the content of the given stream. The stream must be seekable, since it is positioned to the beginning before calculating the hash. Afterwards, the stream position is undefined. | |
ComputeStreamHash(Stream) | Computes the hash of the content of the given stream. The stream must be seekable, since it is positioned to the beginning before calculating the hash. Afterwards, the stream position is undefined. | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
FromFile | ||
FromStream | Creates a MemoryStreamImageProxy from a stream. A file name must be provided in order to deduce the kind of stream (.png for .png stream, .jpg for jpg stream and so on). | |
GetContentStream | (Overrides ImageProxyGetContentStream) | |
GetHashCode | Serves as the default hash function. (Inherited from Object) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
HasSameContentAs |
Determines whether the provided image proxy has the same content as this one.
(Inherited from ImageProxy) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
ToString | (Overrides ImageProxyToString) |