dbIsShapeColored
dbIsShapeColored(
d_shapeID
)
=> t / nil
Description
Indicates whether the specified shape is colored in a color other than grayColor.
Arguments
|
To check the shape's colorability use dbIsShapeColoringAllowed.
|
Value Returned
|
Returns |
Example
dbIsShapeColored( coloredRect ) => t
dbIsShapeColored( dbCreateRect( cvId "M1" "drawing" '((0 0) (100 100)) ) ) => nil ; newly created shapes are colored in gray color.
Return to top