public static class TdApi.VectorPathCommandCubicBezierCurve extends TdApi.VectorPathCommand
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.Point |
endControlPoint
The end control point of the curve.
|
TdApi.Point |
endPoint
The end point of the curve.
|
TdApi.Point |
startControlPoint
The start control point of the curve.
|
| Constructor and Description |
|---|
VectorPathCommandCubicBezierCurve()
A cubic Bézier curve to a given point.
|
VectorPathCommandCubicBezierCurve(TdApi.Point startControlPoint,
TdApi.Point endControlPoint,
TdApi.Point endPoint)
A cubic Bézier curve to a given point.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.Point startControlPoint
public TdApi.Point endControlPoint
public TdApi.Point endPoint
public static final int CONSTRUCTOR
public VectorPathCommandCubicBezierCurve()
public VectorPathCommandCubicBezierCurve(TdApi.Point startControlPoint, TdApi.Point endControlPoint, TdApi.Point endPoint)
startControlPoint - The start control point of the curve.endControlPoint - The end control point of the curve.endPoint - The end point of the curve.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object