Xojo Developer Conference
25/27th April 2018 in Denver.
MBS Xojo Conference
6/7th September 2018 in Munich, Germany.
25/27th April 2018 in Denver.
MBS Xojo Conference
6/7th September 2018 in Munich, Germany.
Platforms to show: All Mac Windows Linux Cross-Platform
The module WindowsBitmapMBS
module WindowsBitmapMBSType | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
module | Windows | MBS Picture Plugin | 15.1 | No | Yes | No | Yes, Windows only | No |
Notes:
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
The items on this page are in the following plugins: MBS Picture Plugin.
Links
MBS Xojo Chart Plugins