Cedar Shakes (CDR Shakes for the pun of it) will be a collection of visual basic methods to simplify writing your own Coreldraw VBA scripts.
* GetEdgePoints - returns a list of cross-points of the outside edge of a ShapeRange (useful for dimensioning)
* getCrossPoint - returns a single cross-point from a ShapeRange, where either the highest or lowest value can be specified. eg, the crosspoint closes to the bottom edge of a shape.
* Toolbar adds simple methods for adding toolbars and...