AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 4.5
 
Represents the screen resolution of a device in height and width, expressed in pixels.

Inheritance Hierarchy

System.Object
  Amazon.DeviceFarm.Model.Resolution

Namespace: Amazon.DeviceFarm.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class Resolution : Object

The Resolution type exposes the following members

Constructors

NameDescription
Public Method Resolution()

Properties

NameTypeDescription
Public Property Height System.Int32 Gets and sets the property Height.

The screen resolution's height, expressed in pixels.

Public Property Width System.Int32 Gets and sets the property Width.

The screen resolution's width, expressed in pixels.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5