Returns whether a value is a drawing object made by Drawing.new.
Most commonly used to filter drawing objects out of a mixed table.
Parameters
Returns
true if object is a drawing object, false for anything else (tables, numbers, nil, instances).
Example
Only returns true for objects created via Drawing.new.