Uses of Class
it.tdlight.jni.TdApi.Point
-
Uses of TdApi.Point in it.tdlight.jni
Fields in it.tdlight.jni declared as TdApi.PointModifier and TypeFieldDescriptionTdApi.VectorPathCommandCubicBezierCurve.endControlPointThe end control point of the curve.TdApi.VectorPathCommandCubicBezierCurve.endPointThe end point of the curve.TdApi.VectorPathCommandLine.endPointThe end point of the straight line.TdApi.VectorPathCommandCubicBezierCurve.startControlPointThe start control point of the curve.Constructors in it.tdlight.jni with parameters of type TdApi.PointModifierConstructorDescriptionVectorPathCommandCubicBezierCurve(TdApi.Point startControlPoint, TdApi.Point endControlPoint, TdApi.Point endPoint) A cubic Bézier curve to a given point.VectorPathCommandLine(TdApi.Point endPoint) A straight line to a given point.