Class
A tracing object.
expandTracing, releaseTracing
TracingObject
QuickLinks
Hierarchy
Properties
Property | Type | Access | Description |
---|---|---|---|
anchorCount | int | readonly | The number of anchors in the tracing result. |
areaCount | int | readonly | The number of areas in the tracing result. |
imageResolution | number | readonly | The resolution of the source image (in pixels per inch). |
parent | Object | readonly | The object's container. |
pathCount | int | readonly | The number of paths in the tracing result. |
sourceArt | PageItem | readonly | The source art used when creating a new tracing object. |
tracingOptions | TracingOptions | readonly | The options used when tracing the artwork. |
typename | string | readonly | The class name of the object. |
usedColorCount | int | readonly | The number of colors used in the tracing result. |
Methods
Instances
GroupItem expandTracing ([viewed:
bool=false])
Expand the tracing to paths. Deletes this tracing object.
Parameter | Type | Description |
---|---|---|
viewed | bool | Expand as viewed with the raster and vector view modes. (default: false) (Optional) |
PageItem releaseTracing ()
Release the source artwork for the tracing object. Deletes this tracing object.
Element of
PluginItem.tracing
Jongware, 27-Jun-2010 v3.0.3d | Contents :: Index |