Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1
The list of the topics, classes, interfaces, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
Back to PictureWriterMBS class.
PictureWriterMBS.BlueOffset as Integer
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Graphics & Pictures | MBS Picture Plugin | 6.5 | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No | Desktop only |
A value between 0 and 3.
(Read only property)
PictureWriterMBS.BytesPerPixel as Integer
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Graphics & Pictures | MBS Picture Plugin | 6.5 | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No | Desktop only |
Most times 4, but for some platforms 3.
(Read only property)
PictureWriterMBS.Data as Memoryblock
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Graphics & Pictures | MBS Picture Plugin | 6.5 | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No | Desktop only |
Changes here will be visible in the picture.
This memoryblock has a size property with value 0!
No bound checking can be done by Xojo on this memoryblock.
Returns nil for console pictures.
(Read only property)
See also:
PictureWriterMBS.DataCopy as Memoryblock
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Graphics & Pictures | MBS Picture Plugin | 6.5 | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No | Desktop only |
Changes to this memoryblock will not be visible in the rendered picture.
(Read only property)
PictureWriterMBS.DataPtr as Integer
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Graphics & Pictures | MBS Picture Plugin | 6.5 | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No | Desktop only |
Maybe useful for declares.
Returns nil for console pictures.
(Read only property)
PictureWriterMBS.GreenOffset as Integer
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Graphics & Pictures | MBS Picture Plugin | 6.5 | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No | Desktop only |
A value between 0 and 3.
(Read only property)
PictureWriterMBS.HasAlphaChannel as Boolean
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Graphics & Pictures | MBS Picture Plugin | 14.2 | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No | Desktop only |
(Read only property)
PictureWriterMBS.Height as Integer
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Graphics & Pictures | MBS Picture Plugin | 6.5 | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No | Desktop only |
(Read only property)
PictureWriterMBS.Picture as Picture
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Graphics & Pictures | MBS Picture Plugin | 6.5 | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No | Desktop only |
If the writer uses a RB picture as buffer it is available here.
(depends on the actual implementation for a given platform whether this property is used)
(Read only property)
PictureWriterMBS.RedOffset as Integer
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Graphics & Pictures | MBS Picture Plugin | 6.5 | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No | Desktop only |
A value between 0 and 3.
(Read only property)
PictureWriterMBS.RowBytes as Integer
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Graphics & Pictures | MBS Picture Plugin | 6.5 | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No | Desktop only |
RowBytes can be width*bytesPerPixel, but often it is not.
(Read only property)
PictureWriterMBS.Width as Integer
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Graphics & Pictures | MBS Picture Plugin | 6.5 | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No | Desktop only |
(Read only property)
The items on this page are in the following plugins: MBS Picture Plugin.