AWS SDK Version 3 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.

Use Rectangle to identify a specific area of the video frame.

Inheritance Hierarchy

System.Object
  Amazon.MediaConvert.Model.Rectangle

Namespace: Amazon.MediaConvert.Model
Assembly: AWSSDK.MediaConvert.dll
Version: 3.x.y.z

Syntax

C#
public class Rectangle

The Rectangle type exposes the following members

Constructors

NameDescription
Public Method Rectangle()

Properties

NameTypeDescription
Public Property Height System.Int32

Gets and sets the property Height. Height of rectangle in pixels. Specify only even numbers.

Public Property Width System.Int32

Gets and sets the property Width. Width of rectangle in pixels. Specify only even numbers.

Public Property X System.Int32

Gets and sets the property X. The distance, in pixels, between the rectangle and the left edge of the video frame. Specify only even numbers.

Public Property Y System.Int32

Gets and sets the property Y. The distance, in pixels, between the rectangle and the top edge of the video frame. Specify only even numbers.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

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