Class VideoPaddingChangerSettings
Class VideoPaddingChangerSettings.
Inherited Members
Namespace: VisioForge.Core.Types.X.VideoEffects
Assembly: VisioForge.Core.dll
Syntax
public class VideoPaddingChangerSettings
Constructors
VideoPaddingChangerSettings(int, int, int, int)
Initializes a new instance of the VideoPaddingChangerSettings class.
Declaration
public VideoPaddingChangerSettings(int left, int top, int width, int height)
Parameters
Type | Name | Description |
---|---|---|
int | left | The left. |
int | top | The top. |
int | width | The width. |
int | height | The height. |
Properties
Height
Gets or sets the height.
Declaration
public int Height { get; set; }
Property Value
Type | Description |
---|---|
int | The height. |
Left
Gets or sets the left.
Declaration
public int Left { get; set; }
Property Value
Type | Description |
---|---|
int | The left. |
Top
Gets or sets the top.
Declaration
public int Top { get; set; }
Property Value
Type | Description |
---|---|
int | The top. |
Width
Gets or sets the width.
Declaration
public int Width { get; set; }
Property Value
Type | Description |
---|---|
int | The width. |