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,
    );