Class VideoCropSettings
Video crop settings.
Inherited Members
Namespace: VisioForge.Core.Types
Assembly: VisioForge.Core.dll
Syntax
public class VideoCropSettings
Constructors
VideoCropSettings()
Initializes a new instance of the VideoCropSettings class.
Declaration
public VideoCropSettings()
VideoCropSettings(int, int, int, int)
Initializes a new instance of the VideoCropSettings class.
Declaration
public VideoCropSettings(int left, int top, int right, int bottom)
Parameters
Type | Name | Description |
---|---|---|
int | left | Left. |
int | top | Top. |
int | right | Right. |
int | bottom | Bottom. |
Properties
Bottom
Gets or sets bottom coordinate of crop region of the video preview or capture.
Declaration
public int Bottom { get; set; }
Property Value
Type | Description |
---|---|
int |
Left
Gets or sets left coordinate of crop region of the video preview or capture.
Declaration
public int Left { get; set; }
Property Value
Type | Description |
---|---|
int |
Right
Gets or sets the value of the right coordinate of crop region of the video preview or capture.
Declaration
public int Right { get; set; }
Property Value
Type | Description |
---|---|
int |
Top
Gets or sets the value of the top coordinate of crop region of the video preview or capture.
Declaration
public int Top { get; set; }
Property Value
Type | Description |
---|---|
int |