C# Class AForge.Video.DirectShow.Internals.RECT

Show file Open project: holisticware-admin/MonoVersal.AForgeNET

Public Properties

Property Type Description
Bottom int
Left int
Right int
Top int

Property Details

Bottom public property

Specifies the y-coordinate of the lower-right corner of the rectangle.
public int Bottom
return int

Left public property

Specifies the x-coordinate of the upper-left corner of the rectangle.
public int Left
return int

Right public property

Specifies the x-coordinate of the lower-right corner of the rectangle.
public int Right
return int

Top public property

Specifies the y-coordinate of the upper-left corner of the rectangle.
public int Top
return int