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

Afficher le fichier Open project: holisticware-admin/MonoVersal.AForgeNET

Méthodes publiques

Свойство Type Description
Bottom int
Left int
Right int
Top int

Property Details

Bottom public_oe property

Specifies the y-coordinate of the lower-right corner of the rectangle.
public int Bottom
Résultat int

Left public_oe property

Specifies the x-coordinate of the upper-left corner of the rectangle.
public int Left
Résultat int

Right public_oe property

Specifies the x-coordinate of the lower-right corner of the rectangle.
public int Right
Résultat int

Top public_oe property

Specifies the y-coordinate of the upper-left corner of the rectangle.
public int Top
Résultat int