create_path


Description:

public static void create_path (Array<CanvasPathCommand?> commands, Context cr)

Creates the path specified by the given CanvasPathCommand array.

Parameters:

commands

an array of CanvasPathCommand.

cr

a cairo context.