Search Results for

    Show / Hide Table of Contents

    Class Image

    Summary description for Image.

    Inheritance
    System.Object
    Media
    WebMedia
    Thumbnail
    Image
    Implements
    IItem<System.Int32>
    ISizeInformation
    Inherited Members
    WebMedia.Width
    WebMedia.Height
    WebMedia.AspectRatio
    WebMedia.FormatWidth
    WebMedia.FormatHeight
    WebMedia.FormatAspectRatio
    Media.MediaFormatName
    Media.Id
    Media.MediaFormatId
    Media.Url
    Media.ContentDisplayType
    Media.Html
    Media.ContentType
    Media.Name
    Media.DisplayInformation
    Media.IsFileIcon
    Media.RendererId
    Media.RendererData
    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.

    Overrides
    Media.Clone()

    Implements

    IItem<T>
    ISizeInformation

    Extension Methods

    EnumExtensions.GetNames<TEnum>(TEnum)
    In This Article
    Back to top (c) Meriworks 2002-2022