Memory |
The MemoryStreamImageProxy type exposes the following members.
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) |