Class TdApi.ClosedVectorPath

  • Enclosing class:
    TdApi

    public static class TdApi.ClosedVectorPath
    extends TdApi.Object
    Represents a closed vector path. The path begins at the end point of the last command.
    • Constructor Detail

      • ClosedVectorPath

        public ClosedVectorPath()
        Represents a closed vector path. The path begins at the end point of the last command.
      • ClosedVectorPath

        public ClosedVectorPath​(TdApi.VectorPathCommand[] commands)
        Represents a closed vector path. The path begins at the end point of the last command.
        Parameters:
        commands - List of vector path commands.