Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: Invoking API

by rpnoble419 (Pilgrim)
on Jul 05, 2013 at 02:13 UTC ( [id://1042567]=note: print w/replies, xml ) Need Help??


in reply to Invoking API

as it looks like you are populating a hash, this should work

your code

$image->Draw( fill=>'rgba(100,0,0,0.55)', primitive=>'rectangle', points=>'$box_left_x,$box_left_y $box_x,$box_y' );

New code

$image->Draw( fill =>'rgba(100,0,0,0.55)', primitive=>'rectangle', points =>$box_left_x,$box_left_y, $box_x,$box_y );

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1042567]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (3)
As of 2024-03-19 03:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found