Uses of Class
org.drinkless.tdlib.TdApi.MaskPoint
-
Packages that use TdApi.MaskPoint Package Description org.drinkless.tdlib -
-
Uses of TdApi.MaskPoint in org.drinkless.tdlib
Subclasses of TdApi.MaskPoint in org.drinkless.tdlib Modifier and Type Class Description static classTdApi.MaskPointChinThe mask is placed relatively to the chin.static classTdApi.MaskPointEyesThe mask is placed relatively to the eyes.static classTdApi.MaskPointForeheadThe mask is placed relatively to the forehead.static classTdApi.MaskPointMouthThe mask is placed relatively to the mouth.Fields in org.drinkless.tdlib declared as TdApi.MaskPoint Modifier and Type Field Description TdApi.MaskPointTdApi.MaskPosition. pointPart of the face, relative to which the mask is placed.Constructors in org.drinkless.tdlib 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.
-