CommandType
enum CommandType : Int
                Undocumented
- 
                  
                  
Undocumented
Declaration
Swift
case undefined = 0 - 
                  
                  
Undocumented
Declaration
Swift
case moveTo = 1 - 
                  
                  
Undocumented
Declaration
Swift
case lineTo = 2 - 
                  
                  
Undocumented
Declaration
Swift
case closePath = 3 - 
                  
                  
Undocumented
Declaration
Swift
public var paramCount: Int { get } 
View on GitHub
        CommandType Enumeration Reference