Image Class

Creates an image object.

  public class Image

Public Instance Constructors

Constructor Description
Image(string) Initializes a new instance of the Image class.
Image(string, ImageRequirements) Initializes a new instance of the Image class.

Public Instance Methods

Method Description
ToString Converts this object to a human-readable string.

Public Instance Properties

Property Description
Flippable Gets or sets a value that indicates whether the image should be mirrored on right-to-left (RTL) systems.
NineGrid Gets or sets the insets for a nine-grid drawing.

Requirements

Reference: Microsoft.MediaCenter.UI

Namespace: Microsoft.MediaCenter.UI

Assembly: Microsoft.MediaCenter.UI.dll

Platform: Windows Vista Ultimate, Windows Vista Home Premium, and later

See Also