Class Image
Summary description for Image.
Inherited Members
Namespace: ImageVault.Common.Data
Assembly: ImageVault.Common.dll
Syntax
[MediaFormatType]
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. |