Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re^3: Simple Graphics::Primitive example?

by tangent (Parson)
on Feb 25, 2014 at 23:30 UTC ( [id://1076204]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    81    my $width = $self->width;
    82    my $height = $self->height;
    ...
    85    $surface = Cairo::ImageSurface->create(
    86        'argb32', $width, $height
    87    );
    
  2. or download this
    my $c = Graphics::Primitive::Component->new(
        width => 500, height => 350,
    );
    
  3. or download this
    my $c = Graphics::Primitive::Container->new(
        width => 500, height => 350,
    );
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (5)
As of 2024-04-24 01:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found