Class Cv.Rect
Assembly: Assembly-CSharp.dll
Syntax
public class Rect : HandleCppPtr
Constructors
|
Improve this Doc
View Source
Rect()
Declaration
|
Improve this Doc
View Source
Rect(Int32, Int32, Int32, Int32)
Declaration
public Rect(int x, int y, int width, int height)
Parameters
|
Improve this Doc
View Source
Rect(IntPtr, DeleteResponsibility)
Declaration
public Rect(IntPtr RectPtr, DeleteResponsibility deleteResponsibility = DeleteResponsibility.True)
Parameters
Properties
|
Improve this Doc
View Source
Height
Declaration
public int Height { get; set; }
Property Value
|
Improve this Doc
View Source
Width
Declaration
public int Width { get; set; }
Property Value
|
Improve this Doc
View Source
X
Declaration
public int X { get; set; }
Property Value
|
Improve this Doc
View Source
Y
Declaration
public int Y { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
DeleteCppPtr()
Declaration
protected override void DeleteCppPtr()
Overrides