Class CropVideoEffect
Crop video effect.
Implements
Inherited Members
Namespace: VisioForge.Core.Types.X.VideoEffects
Assembly: VisioForge.Core.dll
Syntax
public class CropVideoEffect : BaseVideoEffect, IVideoEditXVideoEffect
Constructors
CropVideoEffect(int, int, int, int)
Initializes a new instance of the CropVideoEffect class.
Declaration
public CropVideoEffect(int left, int top, int right, int bottom)
Parameters
Type | Name | Description |
---|---|---|
int | left | The left. |
int | top | The top. |
int | right | The right. |
int | bottom | The bottom. |
Fields
DefaultName
The default name.
Declaration
public static string DefaultName
Field Value
Type | Description |
---|---|
string |
Properties
Bottom
Gets the pixels to crop at bottom.
Declaration
public int Bottom { get; }
Property Value
Type | Description |
---|---|
int |
Left
Gets the pixels to crop at left.
Declaration
public int Left { get; }
Property Value
Type | Description |
---|---|
int |
Right
Gets the pixels to crop at right.
Declaration
public int Right { get; }
Property Value
Type | Description |
---|---|
int |
StartTime
Gets or sets the start time. Used only in VideoEditCoreX.
Declaration
public TimeSpan StartTime { get; set; }
Property Value
Type | Description |
---|---|
TimeSpan |
StopTime
Gets or sets the stop time. Used only in VideoEditCoreX.
Declaration
public TimeSpan StopTime { get; set; }
Property Value
Type | Description |
---|---|
TimeSpan |
Top
Gets the pixels to crop at top.
Declaration
public int Top { get; }
Property Value
Type | Description |
---|---|
int |
Methods
GenerateDescription()
Generates the description.
Declaration
public string GenerateDescription()
Returns
Type | Description |
---|---|
string | System.String. |
Exceptions
Type | Condition |
---|---|
NotImplementedException |