Uses of Class
it.tdlight.jni.TdApi.Point
-
Uses of TdApi.Point in it.tdlight.jni
Modifier and TypeFieldDescriptionTdApi.VectorPathCommandCubicBezierCurve.endControlPoint
The end control point of the curve.TdApi.VectorPathCommandCubicBezierCurve.endPoint
The end point of the curve.TdApi.VectorPathCommandLine.endPoint
The end point of the straight line.TdApi.VectorPathCommandCubicBezierCurve.startControlPoint
The start control point of the curve.ModifierConstructorDescriptionVectorPathCommandCubicBezierCurve
(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.