Platforms to show: All Mac Windows Linux Cross-Platform

The module WindowsBitmapMBS

module WindowsBitmapMBS
Type Topic Plugin Version macOS Windows Linux iOS Targets
module Windows MBS Picture Plugin 15.1 ❌ No ✅ Yes ❌ No ❌ No All
Windows bitmap handling module.

In this module we collect a few useful conversion functions for handling bitmap in Xojo.
Please contact us if you have idea for new function.

  • method BitmapToDIB(HBitmap as Ptr, HPalette as Ptr = nil) as Ptr
  • method DeleteBitmap(HBitmap as Ptr)
  • method DIBToBitmap(HDIB as Ptr, HPalette as Ptr = nil) as Ptr
  • method DuplicateHBitmap(HBitmap as Ptr, Width as Integer, Height as Integer) as Ptr
  • method HBitmapInfo(HBitmap as Ptr, byref Width as Integer, byref Height as Integer, byref WidthBytes as Integer, byref Planes as Integer, byref BitsPixel as Integer) as Boolean
  • method HBitmapToPicture(HBitmap as Ptr, UsingDraw as boolean = false) as Picture
  • method HBitmapToPicture(HBitmap as Ptr, Width as Integer, Height as Integer) as Picture
  • method PictureToHBitmap(Pic as Picture) as Ptr

Blog Entries

Xojo Developer Magazine


The items on this page are in the following plugins: MBS Picture Plugin.


The biggest plugin in space...