geomerative
index
 
Name getCommandType ( )
Examples
None available
Description Use this to return the command type.
Syntax
getCommandType();
Returns int, an integer which can take the following values: RCommand.LINETO, RCommand.QUADBEZIERTO, RCommand.CUBICBEZIERTO.
Usage Web & Application
Related