cairoGetUserData: cairoGetUserData
Description
Return user data previously attached to cr
using the specified
key. If no user data has been attached with the given key this
function returns NULL
.Usage
cairoGetUserData(cr, key)
Value
- [R object] the user data previously attached or
NULL
.