The plugin part PictureMemory
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
The plugin part MBS Picture Plugin:PictureMemory:
All Console safe,
50 entry points.
- class Picture
- method CopyRGBtoMemoryblockMBS(destination as memoryblock, offset as integer, StartLine as integer = 0, EndLine as Integer = -1, Yield as integer = 0, DestRowBytes as integer = 0) as boolean
- method CopyBGRtoMemoryblockMBS(destination as memoryblock, offset as integer, StartLine as integer = 0, EndLine as Integer = -1, Yield as integer = 0, DestRowBytes as integer = 0) as boolean
- method CopyARGBtoMemoryblockMBS(destination as memoryblock, offset as integer, AlphaValue as integer, StartLine as integer = 0, EndLine as Integer = -1, Yield as integer = 0, DestRowBytes as integer = 0) as boolean
- method CopyABGRtoMemoryblockMBS(destination as memoryblock, offset as integer, AlphaValue as integer, StartLine as integer = 0, EndLine as Integer = -1, Yield as integer = 0, DestRowBytes as integer = 0) as boolean
- method CopyRGBAtoMemoryblockMBS(destination as memoryblock, offset as integer, AlphaValue as integer, StartLine as integer = 0, EndLine as Integer = -1, Yield as integer = 0, DestRowBytes as integer = 0) as boolean
- method CopyBGRAtoMemoryblockMBS(destination as memoryblock, offset as integer, AlphaValue as integer, StartLine as integer = 0, EndLine as Integer = -1, Yield as integer = 0, DestRowBytes as integer = 0) as boolean
- method CopyARGBtoMemoryblockMBS(destination as memoryblock, offset as integer, MaskForAlpha as picture, StartLine as integer = 0, EndLine as Integer = -1, Yield as integer = 0, DestRowBytes as integer = 0) as boolean
- method CopyABGRtoMemoryblockMBS(destination as memoryblock, offset as integer, MaskForAlpha as picture, StartLine as integer = 0, EndLine as Integer = -1, Yield as integer = 0, DestRowBytes as integer = 0) as boolean
- method CopyRGBAtoMemoryblockMBS(destination as memoryblock, offset as integer, MaskForAlpha as picture, StartLine as integer = 0, EndLine as Integer = -1, Yield as integer = 0, DestRowBytes as integer = 0) as boolean
- method CopyBGRAtoMemoryblockMBS(destination as memoryblock, offset as integer, MaskForAlpha as picture, StartLine as integer = 0, EndLine as Integer = -1, Yield as integer = 0, DestRowBytes as integer = 0) as boolean
- method CopyXRGBtoMemoryblockMBS(destination as memoryblock, offset as integer, StartLine as integer = 0, EndLine as Integer = -1, Yield as integer = 0, DestRowBytes as integer = 0) as boolean
- method CopyXBGRtoMemoryblockMBS(destination as memoryblock, offset as integer, StartLine as integer = 0, EndLine as Integer = -1, Yield as integer = 0, DestRowBytes as integer = 0) as boolean
- method CopyRGBXtoMemoryblockMBS(destination as memoryblock, offset as integer, StartLine as integer = 0, EndLine as Integer = -1, Yield as integer = 0, DestRowBytes as integer = 0) as boolean
- method CopyBGRXtoMemoryblockMBS(destination as memoryblock, offset as integer, StartLine as integer = 0, EndLine as Integer = -1, Yield as integer = 0, DestRowBytes as integer = 0) as boolean
- method CopyARGBtoMemoryblockMBS(destination as memoryblock, offset as integer, LittleEndian as boolean, AlphaValue as integer, StartLine as integer = 0, EndLine as Integer = -1, Yield as integer = 0, DestRowBytes as integer = 0) as boolean
- method CopyRtoMemoryblockMBS(destination as memoryblock, offset as integer, PixelByteSize as integer, StartLine as integer = 0, EndLine as Integer = -1, Yield as integer = 0, DestRowBytes as integer = 0) as boolean
- method CopyGtoMemoryblockMBS(destination as memoryblock, offset as integer, PixelByteSize as integer, StartLine as integer = 0, EndLine as Integer = -1, Yield as integer = 0, DestRowBytes as integer = 0) as boolean
- method CopyBtoMemoryblockMBS(destination as memoryblock, offset as integer, PixelByteSize as integer, StartLine as integer = 0, EndLine as Integer = -1, Yield as integer = 0, DestRowBytes as integer = 0) as boolean
- Globals:
- MemoryblockABGRtoPictureMBS(dest as picture, source as memoryblock, offset as integer, width as integer, height as integer) as picture
- MemoryblockABGRtoPictureMBS(source as memoryblock, offset as integer, width as integer, height as integer) as picture
- MemoryblockARGBtoPictureMBS(dest as picture, source as memoryblock, offset as integer, width as integer, height as integer) as picture
- MemoryblockARGBtoPictureMBS(source as memoryblock, offset as integer, width as integer, height as integer) as picture
- MemoryblockARGBtoPictureMBS(source as memoryblock, offset as integer, width as integer, height as integer, LittleEndian as boolean) as picture
- MemoryblockBGRAtoPictureMBS(dest as picture, source as memoryblock, offset as integer, width as integer, height as integer) as picture
- MemoryblockBGRAtoPictureMBS(source as memoryblock, offset as integer, width as integer, height as integer) as picture
- MemoryblockBGRtoPictureMBS(dest as picture, source as memoryblock, offset as integer, width as integer, height as integer) as picture
- MemoryblockBGRtoPictureMBS(source as memoryblock, offset as integer, width as integer, height as integer) as picture
- MemoryblockGrayToPictureMBS(source as memoryblock, offset as integer, width as integer, height as integer, PixelByteSize as integer) as picture
- MemoryblockGrayToPictureMBS(source as memoryblock, offset as integer, width as integer, height as integer, PixelByteSize as integer, Red as integer, Blue as integer, Green as integer) as picture
- MemoryblockGrayToPictureMBS(source as memoryblock, offset as integer, width as integer, height as integer, PixelByteSize as integer, Red() as integer, Blue() as integer, Green() as integer) as picture
- MemoryblockRGBAtoPictureMBS(dest as picture, source as memoryblock, offset as integer, width as integer, height as integer, FlipVertically as boolean=false) as picture
- MemoryblockRGBAtoPictureMBS(source as memoryblock, offset as integer, width as integer, height as integer, FlipVertically as boolean=false) as picture
- MemoryblockRGBtoPictureMBS(dest as picture, source as memoryblock, offset as integer, width as integer, height as integer) as picture
- MemoryblockRGBtoPictureMBS(source as memoryblock, offset as integer, width as integer, height as integer) as picture
- PtrABGRtoPictureMBS(dest as picture, source as Ptr, offset as integer, width as integer, height as integer) as picture
- PtrABGRtoPictureMBS(source as Ptr, offset as integer, width as integer, height as integer) as picture
- PtrARGBtoPictureMBS(dest as picture, source as Ptr, offset as integer, width as integer, height as integer) as picture
- PtrARGBtoPictureMBS(source as Ptr, offset as integer, width as integer, height as integer) as picture
- PtrARGBtoPictureMBS(source as Ptr, offset as integer, width as integer, height as integer, LittleEndian as boolean) as picture
- PtrBGRAtoPictureMBS(dest as picture, source as Ptr, offset as integer, width as integer, height as integer) as picture
- PtrBGRAtoPictureMBS(source as Ptr, offset as integer, width as integer, height as integer) as picture
- PtrBGRtoPictureMBS(dest as picture, source as Ptr, offset as integer, width as integer, height as integer) as picture
- PtrBGRtoPictureMBS(source as Ptr, offset as integer, width as integer, height as integer) as picture
- PtrGrayToPictureMBS(source as Ptr, offset as integer, width as integer, height as integer, PixelByteSize as integer) as picture
- PtrGrayToPictureMBS(source as Ptr, offset as integer, width as integer, height as integer, PixelByteSize as integer, Red as integer, Blue as integer, Green as integer) as picture
- PtrGrayToPictureMBS(source as Ptr, offset as integer, width as integer, height as integer, PixelByteSize as integer, Red() as integer, Blue() as integer, Green() as integer) as picture
- PtrRGBAtoPictureMBS(dest as picture, source as Ptr, offset as integer, width as integer, height as integer, FlipVertically as boolean=false) as picture
- PtrRGBAtoPictureMBS(source as Ptr, offset as integer, width as integer, height as integer, FlipVertically as boolean=false) as picture
- PtrRGBtoPictureMBS(dest as picture, source as Ptr, offset as integer, width as integer, height as integer) as picture
- PtrRGBtoPictureMBS(source as Ptr, offset as integer, width as integer, height as integer) as picture
Blog Entries