Help for this page

Select Code to Download


  1. or download this
    $bmp = $image->ConvertToBitmap();
  2. or download this
    #!/usr/bin/perl
    
    use Wx;
    ...
    my $app = MyApp->new();# create an instance of the Wx::App-derived cla
    +ss
    $app->MainLoop(); # run