GEOS SDK TechDocs
|
|
|
1 The Ink Object
The Pen Library provides routines and object classes which work together to form the backbone of a note-book style database storing pen input.
An Ink object is a visual object and may be used by any application that wants to work with pen input. Though any targetable object may accept ink (see the Input chapter), InkClass
has many optimizations for working with ink.
The Ink Database routines provide a front end to the standard GEOS Database (DB) library routines well suited for storing and organizing several small pieces of information. These routines allow the storage of notes within a hierarchical arrangement of folders. Each note may contain one or more pages of textual or ink information.
1 The Ink Object
1.1 Instance Data and Messages
1.2 Storing Ink to DB Items
2 Working with the Ink DB
2.1 Getting Started
2.2 Displaying the Data
2.3 Titles and Keywords
2.4 Navigating the Folder Tree
2.5 Managing Notes and Folders
2.6 Manipulating Notes
2.7 Searching and Traversing the Tree
3 InkControlClass
GEOS SDK TechDocs
|
|
|
1 The Ink Object