Uses of Class
org.drinkless.tdlib.TdApi.MaskPoint
Packages that use TdApi.MaskPoint
-
Uses of TdApi.MaskPoint in org.drinkless.tdlib
Subclasses of TdApi.MaskPoint in org.drinkless.tdlibModifier and TypeClassDescriptionstatic class
The mask is placed relatively to the chin.static class
The mask is placed relatively to the eyes.static class
The mask is placed relatively to the forehead.static class
The mask is placed relatively to the mouth.Fields in org.drinkless.tdlib declared as TdApi.MaskPointModifier and TypeFieldDescriptionTdApi.MaskPosition.point
Part of the face, relative to which the mask is placed.Constructors in org.drinkless.tdlib with parameters of type TdApi.MaskPointModifierConstructorDescriptionMaskPosition
(TdApi.MaskPoint point, double xShift, double yShift, double scale) Position on a photo where a mask is placed.