Is BitmapFromImage implemented in wxPerl?

No, BitmapFromImage doesn't exist, so it can't possibly be implement, there is no such thing as http://docs.wxwidgets.org/trunk/search.php?query=wxBitmapFromImage

What am I missing?

I guess sleep

Go to http://docs.wxwidgets.org/trunk/classwx_image.html and search for "bitmap" and you'll have your answer in about 5 seconds

Or go to http://docs.wxwidgets.org/stable/wx_wxbitmap.html and search for "wxImage"

Another avenue  [ddg://site:perlmonks.org Wx::Image Wx::Bitmap ] , [google://site:perlmonks.org Wx::Image Wx::StaticBitmapBitmap], ... site:perlmonks.org Wx::Image Wx::StaticBitmapBitmap, site:perlmonks.org Wx::Image Wx::StaticBitmapBitmap ...
-> Re^2: wxPerl image handling (short & sweet). (iewxPerl Tutorial 2)
-> Using wxMemoryDC to draw on a jpeg
-> Re^5: What's wrong with this Wx::Bitmap construction?
-> Re^3: Displaying changing images in Wx:: produces flicker
... stands for super search and or clicking and stuff

And another avenue is wxperl_usage / wxperl-usage / wxPerl::Usage / Class Method Browser , available methods, method invocation syntax, link to docs , type "wxbitmap::new" and you'll see

Usage: Wx::Bitmap::new(CLASS, ...) Wx::Bitmap->new( ..., ) wxBitmap wxBitmap::new wxBitmap::new
Usage: Wx::Bitmap::newImage(CLASS, image) Wx::Bitmap->newImage( $image, ) wxBitmap wxBitmap::newImage wxBitmap::newImage

Like my wxWidgets / wxPerl / wxGlade tutorial,http://www.wxperl.it/p/wxperl-primer.html explain, wxPerl will recognize that you're giving ->new a Wx::Image so it isn't necessary to call newImage explicitly


In reply to Re: wxPerl: is BitmapFromImage implemented? (no;sleep;docs) by Anonymous Monk
in thread wxPerl: is BitmapFromImage implemented? by HelenCr

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.