Class Cv.Size
Assembly: Assembly-CSharp.dll
Syntax
public class Size : HandleCppPtr
Constructors
|
Improve this Doc
View Source
Size()
Declaration
|
Improve this Doc
View Source
Size(Int32, Int32)
Declaration
public Size(int width, int height)
Parameters
|
Improve this Doc
View Source
Size(IntPtr, DeleteResponsibility)
Declaration
public Size(IntPtr sizePtr, 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
Methods
|
Improve this Doc
View Source
Area()
Declaration
Returns
|
Improve this Doc
View Source
DeleteCppPtr()
Declaration
protected override void DeleteCppPtr()
Overrides