schGetShapeStyle
schGetShapeStyle(d_shape) =>l_style
Description
Returns a Disembodied property list (DPL) containing the style attributes of a given shape.
Arguments
Value Returned
|
A DPL containing each of the style attributes – |
||
Examples
Selects a shape on the canvas and passes it as an argument to schGetShapeStyle:
schGetShapeStyle(car(selectedSet()))
=> (nil color "cadetBlue" lineStyle "solid" stipple "solid" fillStyle "solid" fillColor "cadetBlue")
Return to top