Help for this page

Select Code to Download


  1. or download this
    class MyPage
    {
        MyPage(cairo_t* context);
    }
    
  2. or download this
    use Cairo;
    use MyLib;
    ...
    ......
    my $context = Cairo::Context->create(...);
    my $page = MyLib::MyPage->new($context);