Atalasoft
Welcome to Atalasoft Community Sign in | Join | Help
in

Browse by Tags

All Tags » AtalaImage » Bitmap
Sorry, but there are no more tags available to filter with.
  • Re: From/To Bitmap question

    FromBitmap(...) creates a copy of the Bitmap data and places it in a new AtalaImage object.  However FromBitmap(..., true) takes ownershop of the Bitmap data and stores a reference to the Bitmap internally.  As long as you don't dispose the Bitmap that was passed in, it's a safe way to convert a Bitmap to an AtalaImage.  The garbage ...
    Posted to DotImage Discussions (Forum) by Bill Bither on March 16, 2007