Share via


ImageRequirements Constructor

Initializes a new instance of the ImageRequirements class.

Overload List

public ImageRequirements(bool)

public ImageRequirements(Size)

public ImageRequirements(bool, Size)

ImageRequirements.ImageRequirements Constructor

Initializes a new instance of the ImageRequirements class.

  public ImageRequirements(
  bool  
  flippable
);

Parameters

flippable

System.Booleantrue if the image can be mirrored on RTL systems; otherwise, false.

ImageRequirements.ImageRequirements Constructor

Initializes a new instance of the ImageRequirements class.

  public ImageRequirements(
  Size  
  maximumSize
);

Parameters

maximumSize

Microsoft.MediaCenter.UI.Size.  The maximum size for the image.

ImageRequirements.ImageRequirements Constructor

Initializes a new instance of the ImageRequirements class.

  public ImageRequirements(
  bool  
  flippable
  , 
  Size  maximumSize
);

Parameters

flippable

System.Booleantrue if the image can be mirrored on RTL systems; otherwise, false.

maximumSize

Microsoft.MediaCenter.UI.Size.  The maximum size for the image.

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