Table of Contents

Class VideoPaddingChangerSettings

Namespace
VisioForge.Core.Types.X.VideoEffects
Assembly
VisioForge.Core.dll

Class VideoPaddingChangerSettings.

public class VideoPaddingChangerSettings

Inheritance

Inherited Members

Constructors

VideoPaddingChangerSettings(int, int, int, int)

Initializes a new instance of the VisioForge.Core.Types.X.VideoEffects.VideoPaddingChangerSettings class.

public VideoPaddingChangerSettings(int left, int top, int width, int height)

Parameters

left int

The left.

top int

The top.

width int

The width.

height int

The height.

Properties

Height

Gets or sets the height.

public int Height { get; set; }

Property Value

int

Left

Gets or sets the left.

public int Left { get; set; }

Property Value

int

Top

Gets or sets the top.

public int Top { get; set; }

Property Value

int

Width

Gets or sets the width.

public int Width { get; set; }

Property Value

int