dbCreateArc
dbCreateArc(d_cellViewtxl_layerPurpose l_ellipse_bBoxl_arc_bBox) =>d_arc/ nil
Description
The arc is determined by calculating the overlap or the interception between the ellipse and arc bBox given by the caller. In order to correctly determine the intersection of the given bBoxes, overlapping edges between the bBoxes are required.

Arguments
Value Returned
Examples
dbCreateArc(cv list("background" "drawing") list(0:0 2:2) list(1:1 2:2))
Related Topics
Database Access Function Argument Types
Object Creation and Retrieval Functions
Return to top