Class Std.VectorPoint2f
Inheritance
Std.VectorPoint2f
Assembly: Assembly-CSharp.dll
Syntax
public class VectorPoint2f : HandleCppPtr
Constructors
|
Improve this Doc
View Source
VectorPoint2f()
Declaration
|
Improve this Doc
View Source
VectorPoint2f(IntPtr, DeleteResponsibility)
Declaration
public VectorPoint2f(IntPtr vectorPoint2fPtr, DeleteResponsibility deleteResponsibility = DeleteResponsibility.True)
Parameters
Methods
|
Improve this Doc
View Source
At(UInt32)
Declaration
public Cv.Point2f At(uint pos)
Parameters
Type |
Name |
Description |
UInt32 |
pos |
|
Returns
|
Improve this Doc
View Source
Data()
Declaration
public Cv.Point2f[] Data()
Returns
|
Improve this Doc
View Source
DeleteCppPtr()
Declaration
protected override void DeleteCppPtr()
Overrides
|
Improve this Doc
View Source
PushBack(Cv.Point2f)
Declaration
public void PushBack(Cv.Point2f value)
Parameters
|
Improve this Doc
View Source
Size()
Declaration
Returns