|
| Landmark () |
| Create a landmark at (0,0) More...
|
|
| Landmark (int x, int y) |
|
override bool | Equals (object obj) |
|
override int | GetHashCode () |
|
void | CheckValidity (string objectName=null) |
| Throw an ObjectDisposedException adding a given name to exception's Message in case that object is not valid More...
|
|
void | Dispose () |
|
|
int | X [get, set] |
|
int | Y [get, set] |
|
IntPtr | Handle [get, protected set] |
|
bool | Valid [get] |
|
bool | Valid [get] |
| True if object is valid, false if disposed or not created properly More...
|
|
Properties inherited from FaceSDK.Base.ILandmark |
int | X [get, set] |
| X coordinate More...
|
|
int | Y [get, set] |
| Y coordinate More...
|
|
◆ Landmark()
FaceSDK.Base.Landmark.Landmark |
( |
| ) |
|
|
inline |
Create a landmark at (0,0)
The documentation for this class was generated from the following file: