Uses of Class
it.tdlight.jni.TdApi.MaskPoint
-
Uses of TdApi.MaskPoint in it.tdlight.jni
Subclasses of TdApi.MaskPoint in it.tdlight.jni Modifier and Type Class Description static class
TdApi.MaskPointChin
The mask is placed relatively to the chin.static class
TdApi.MaskPointEyes
The mask is placed relatively to the eyes.static class
TdApi.MaskPointForehead
The mask is placed relatively to the forehead.static class
TdApi.MaskPointMouth
The mask is placed relatively to the mouth.Fields in it.tdlight.jni declared as TdApi.MaskPoint Modifier and Type Field Description TdApi.MaskPoint
TdApi.MaskPosition. point
Part of the face, relative to which the mask is placed.Constructors in it.tdlight.jni with parameters of type TdApi.MaskPoint Constructor Description MaskPosition(TdApi.MaskPoint point, double xShift, double yShift, double scale)
Position on a photo where a mask is placed.