Ti.Paint Module

Description

Provides a paint surface user interface view.

Accessing the Ti.Paint Module

To access this module from JavaScript, you would do the following:

var Paint = require('ti.paint');

Ti.Paint.createPaintView({...})

Creates a Ti.Paint.PaintView object.

Arguments

Module History

View the change log for this module.

Usage

See example