Class Image
Summary description for Image.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ImageVault.Common.Data
Assembly: ImageVault.Common.dll
Syntax
[MediaFormatType(typeof(ImageFormat))]
public class Image : Thumbnail, IItem<int>, ISizeInformation
Constructors
Image()
Initializes a new instance of the Image class.
Declaration
public Image()
Image(Image)
Initializes a new instance of the Image class.
Declaration
public Image(Image image)
Parameters
Type | Name | Description |
---|---|---|
Image | image |
Methods
Clone()
Creates a new object that is a copy of the current instance.
Declaration
public override Media Clone()
Returns
Type | Description |
---|---|
Media | A new object that is a copy of this instance. |