Class VideoPaddingChangerSettings
- Namespace
- VisioForge.Core.Types.X.VideoEffects
- Assembly
- VisioForge.Core.dll
Class VideoPaddingChangerSettings.
public class VideoPaddingChangerSettingsInheritance
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
Properties
Height
Gets or sets the height.
public int Height { get; set; }Property Value
Left
Gets or sets the left.
public int Left { get; set; }Property Value
Top
Gets or sets the top.
public int Top { get; set; }Property Value
Width
Gets or sets the width.
public int Width { get; set; }