New in version 9.5
New in Version 8.0 8.1 8.2 8.3 8.4 8.5 8.6 8.7 9.0 9.1 9.2 9.3 9.4 9.5 9.6 9.7 9.8 10.0 10.1 10.2
Platforms to show: All Mac Windows Linux Cross-Platform
New controls in version 9.5:
New classes in version 9.5:
- class CGImageDestinationMBS
- class CGImageSourceMBS
- class DNSLookupThreadMBS
- class OCRBlockMBS
- class OCRCharacterMBS
- class OCRFatalErrorExceptionMBS
- class OCRMBS
- class QTFrameExtractorMBS
- class RegistrationEngineMBS
- class SQLAPIMBS
- class SQLite3MBS
New modules in version 9.5:
New class events in version 9.5:
New class methods in version 9.5:
- AESMBS.DecryptCFB(idata as memoryblock, LengthBytes as integer, byref IVectorOffset as integer, IVector as memoryblock=nil, odata as memoryblock=nil, iOffset as integer=0, oOffset as integer=0)
- AESMBS.DecryptCFBOld(idata as memoryblock, LengthBytes as integer, byref IVectorOffset as integer, IVector as memoryblock=nil, odata as memoryblock=nil, iOffset as integer=0, oOffset as integer=0)
- AESMBS.DecryptString(idata as string, IVector as memoryblock=nil) as string
- AESMBS.DecryptStringOld(idata as string, IVector as memoryblock=nil) as string
- AESMBS.EncryptCFB(idata as memoryblock, LengthBytes as integer, byref IVectorOffset as integer, IVector as memoryblock=nil, odata as memoryblock=nil, iOffset as integer=0, oOffset as integer=0)
- AESMBS.EncryptCFBOld(idata as memoryblock, LengthBytes as integer, byref IVectorOffset as integer, IVector as memoryblock=nil, odata as memoryblock=nil, iOffset as integer=0, oOffset as integer=0)
- AESMBS.EncryptString(idata as string, IVector as memoryblock=nil) as string
- AESMBS.EncryptStringOld(idata as string, IVector as memoryblock=nil) as string
- CGAffineTransformMBS.Constructor
- CGAffineTransformMBS.Constructor(a as double, b as double, c as double, d as double, tx as double, ty as double)
- CGAffineTransformMBS.EqualToTransform(t as CGAffineTransformMBS) as boolean
- CGAffineTransformMBS.Identity as CGAffineTransformMBS
- CGAffineTransformMBS.IsIdentity as boolean
- CGAffineTransformMBS.Make(a as double, b as double, c as double, d as double, tx as double, ty as double) as CGAffineTransformMBS
- CGAffineTransformMBS.MakeRotation(angle as double) as CGAffineTransformMBS
- CGAffineTransformMBS.MakeScale(sx as double, sy as double) as CGAffineTransformMBS
- CGAffineTransformMBS.MakeTranslation(tx as double, ty as double) as CGAffineTransformMBS
- CGColorMBS.Black as CGColorMBS
- CGColorMBS.Clear as CGColorMBS
- CGColorMBS.Create(colorspace as CGColorSpaceMBS, components as memoryblock) as CGColorMBS
- CGColorMBS.CreateGenericCMYK(cyan as double, magenta as double, yellow as double, black as double, alpha as double) as CGColorMBS
- CGColorMBS.CreateGenericGray(gray as double, alpha as double) as CGColorMBS
- CGColorMBS.CreateGenericRGB(red as double, green as double, blue as double, alpha as double) as CGColorMBS
- CGColorMBS.White as CGColorMBS
- CGColorSpaceMBS.BaseColorSpace as CGColorSpaceMBS
- CGColorSpaceMBS.ColorTableCount as integer
- CGColorSpaceMBS.CreateCalibratedGray(whitePoint() as double, blackPoint() as double, gamma as double) as CGColorSpaceMBS
- CGColorSpaceMBS.CreateCalibratedRGB(whitePoint() as double, blackPoint() as double, gamma() as double, matrix() as double) as CGColorSpaceMBS
- CGColorSpaceMBS.CreateDeviceCMYK as CGColorSpaceMBS
- CGColorSpaceMBS.CreateDeviceGray as CGColorSpaceMBS
- CGColorSpaceMBS.CreateDeviceRGB as CGColorSpaceMBS
- CGColorSpaceMBS.CreateLab(whitePoint() as double, blackPoint() as double, range() as double) as CGColorSpaceMBS
- CGColorSpaceMBS.CreatePattern(baseSpace as CGColorSpaceMBS) as CGColorSpaceMBS
- CGColorSpaceMBS.CreateWithPlatformColorSpace(Handle as integer) as CGColorSpaceMBS
- CGColorSpaceMBS.ICCProfile as string
- CGColorSpaceMBS.Model as integer
- CGDataConsumerMBS.Constructor
- CGDataConsumerMBS.Constructor(file as folderitem)
- CGDataConsumerMBS.Constructor(url as string)
- CGDataConsumerMBS.CreateWithFile(file as folderitem) as CGDataConsumerMBS
- CGDataConsumerMBS.CreateWithURL(url as string) as CGDataConsumerMBS
- CGDataProviderMBS.Constructor(data as string)
- CGDataProviderMBS.Constructor(file as folderitem)
- CGDataProviderMBS.CreateWithData(data as string) as CGDataProviderMBS
- CGDataProviderMBS.CreateWithFile(file as folderitem) as CGDataProviderMBS
- CGDataProviderMBS.CreateWithURL(url as string) as CGDataProviderMBS
- CGDataProviderMBS.Data as string
- CGImageMBS.Picture as Picture
- CGPDFDocumentMBS.Constructor(dataProvider as CGDataProviderMBS)
- CGPDFDocumentMBS.Constructor(file as folderitem)
- CGPDFDocumentMBS.Constructor(url as string)
- CGPDFDocumentMBS.GetID as CGPDFArrayMBS
- CGPDFStreamMBS.Data(byref format as integer) as string
- CGPDFStringMBS.Length as integer
- CGPointMBS.Constructor
- CGPointMBS.Constructor(source as CGPointMBS)
- CGPointMBS.Constructor(x as double, y as double)
- CGPointMBS.Make(x as double, y as double) as CGPointMBS
- CGPointMBS.Zero as CGPointMBS
- CGPSConverterMBS.Constructor(options as CFDictionaryMBS)
- CGRectMBS.Constructor
- CGRectMBS.Constructor(source as CGRectMBS)
- CGRectMBS.Constructor(x as double, y as double, width as double, height as double)
- CGRectMBS.Infinite as CGRectMBS
- CGRectMBS.IsInfinite as boolean
- CGRectMBS.Make(x as double, y as double, width as double, height as double) as CGRectMBS
- CGRectMBS.Null as CGRectMBS
- CGRectMBS.Zero as CGRectMBS
- CGSizeMBS.Constructor
- CGSizeMBS.Constructor(source as CGSizeMBS)
- CGSizeMBS.Constructor(width as double, height as double)
- CGSizeMBS.Make(width as double, height as double) as CGSizeMBS
- CGSizeMBS.Zero as CGSizeMBS
- HTMLViewer.IEImageMBS as picture
- HTMLViewer.IEPrintMBS as boolean
- HTMLViewer.IEScrollHeightMBS as integer
- HTMLViewer.IEScrollWidthMBS as integer
- movie.GetSoundTrackMBS(index as integer) as QTTrackMBS
- movie.GetTextTrackMBS(index as integer) as QTChapterTrackMBS
- movie.GetVideoTrackMBS(index as integer) as QTTrackMBS
- NSSoundMBS.availableSounds as string()
- Picture.CombineMBS(Image As Picture, PreMultipliedSource as boolean, Mask As Picture, DestX As Integer, DestY As Integer, SourceX As Integer, SourceY As Integer, Width As Integer, Height As Integer, UseColours As Boolean) as boolean
- Picture.CombineMBS(Image As Picture, PreMultipliedSource as boolean, Mask As Picture, DestX As Integer, DestY As Integer, SourceX As Integer, SourceY As Integer, Width As Integer, Height As Integer, UseColours As Boolean, ForeColour As color) as boolean
- Picture.CombineMBS(Image As Picture, PreMultipliedSource as boolean, Mask As Picture, DestX As Integer, DestY As Integer, SourceX As Integer, SourceY As Integer, Width As Integer, Height As Integer, UseColours As Boolean, ForeColour As color, MaskColour As color) as boolean
- Picture.CombineMBS(Image As Picture, PreMultipliedSource as boolean, Mask As Picture, DestX As Integer, DestY As Integer, SourceX As Integer, SourceY As Integer, Width As Integer, Height As Integer, UseColours As Boolean, ForeColour As Integer) as boolean
- Picture.CombineMBS(Image As Picture, PreMultipliedSource as boolean, Mask As Picture, DestX As Integer, DestY As Integer, SourceX As Integer, SourceY As Integer, Width As Integer, Height As Integer, UseColours As Boolean, ForeColour As Integer, MaskColour As Integer) as boolean
- PictureCombine.PictureCombineMBS(DestImage As Picture, Image As Picture, PreMultipliedSource as boolean, Mask As Picture, DestX As Integer, DestY As Integer, SourceX As Integer, SourceY As Integer, Width As Integer, Height As Integer, UseColours As Boolean) as boolean
- PictureCombine.PictureCombineMBS(DestImage As Picture, Image As Picture, PreMultipliedSource as boolean, Mask As Picture, DestX As Integer, DestY As Integer, SourceX As Integer, SourceY As Integer, Width As Integer, Height As Integer, UseColours As Boolean, ForeColour As color) as boolean
- PictureCombine.PictureCombineMBS(DestImage As Picture, Image As Picture, PreMultipliedSource as boolean, Mask As Picture, DestX As Integer, DestY As Integer, SourceX As Integer, SourceY As Integer, Width As Integer, Height As Integer, UseColours As Boolean, ForeColour As color, MaskColour As color) as boolean
- PictureCombine.PictureCombineMBS(DestImage As Picture, Image As Picture, PreMultipliedSource as boolean, Mask As Picture, DestX As Integer, DestY As Integer, SourceX As Integer, SourceY As Integer, Width As Integer, Height As Integer, UseColours As Boolean, ForeColour As Integer) as boolean
- PictureCombine.PictureCombineMBS(DestImage As Picture, Image As Picture, PreMultipliedSource as boolean, Mask As Picture, DestX As Integer, DestY As Integer, SourceX As Integer, SourceY As Integer, Width As Integer, Height As Integer, UseColours As Boolean, ForeColour As Integer, MaskColour As Integer) as boolean
- QTTrackMBS.GetMediaSample(byref data as Memoryblock, byref time as integer, byref durationPerSample as integer, byref description as memoryblock, byref sampleDescriptionIndex as integer, maxNumberOfSample as integer, byref numberOfSamples as integer, byref flags as integer) as boolean
- QTTrackMBS.MediaSampleCount as integer
- QTTrackMBS.MediaSampleDescriptionRaw(index as integer) as memoryblock
- QuickTime.OpenURLMovieMBS(url as string) as movie
- SQLConnectionMBS.NativeAPI as SQLAPIMBS
- String.RandomBytesStringMBS(Length as integer, ASCII as boolean=false) as string
New class properties in version 9.5:
- CGPDFArrayMBS.Document as CGPDFDocumentMBS
- CGPDFDictionaryListMBS.Document as CGPDFDocumentMBS
- CGPDFDictionaryMBS.Document as CGPDFDocumentMBS
- CGPDFObjectMBS.Document as CGPDFDocumentMBS
- CGPDFPageMBS.Document as CGPDFDocumentMBS
- CGPDFStreamMBS.Document as CGPDFDocumentMBS
- CGPDFStringMBS.Document as CGPDFDocumentMBS
- LargeBinaryStreamMBS.Yield as Boolean
- QTSoundSampleDescriptionMBS.Version as Integer
New global functions in version 9.5:
- RandomBytesStringMBS(Length as integer, ASCII as boolean=false) as string
- PictureCombineMBS(DestImage As Picture, Image As Picture, PreMultipliedSource as boolean, Mask As Picture, DestX As Integer, DestY As Integer, SourceX As Integer, SourceY As Integer, Width As Integer, Height As Integer, UseColours As Boolean) as boolean
- PictureCombineMBS(DestImage As Picture, Image As Picture, PreMultipliedSource as boolean, Mask As Picture, DestX As Integer, DestY As Integer, SourceX As Integer, SourceY As Integer, Width As Integer, Height As Integer, UseColours As Boolean, ForeColour As color) as boolean
- PictureCombineMBS(DestImage As Picture, Image As Picture, PreMultipliedSource as boolean, Mask As Picture, DestX As Integer, DestY As Integer, SourceX As Integer, SourceY As Integer, Width As Integer, Height As Integer, UseColours As Boolean, ForeColour As color, MaskColour As color) as boolean
- PictureCombineMBS(DestImage As Picture, Image As Picture, PreMultipliedSource as boolean, Mask As Picture, DestX As Integer, DestY As Integer, SourceX As Integer, SourceY As Integer, Width As Integer, Height As Integer, UseColours As Boolean, ForeColour As Integer) as boolean
- PictureCombineMBS(DestImage As Picture, Image As Picture, PreMultipliedSource as boolean, Mask As Picture, DestX As Integer, DestY As Integer, SourceX As Integer, SourceY As Integer, Width As Integer, Height As Integer, UseColours As Boolean, ForeColour As Integer, MaskColour As Integer) as boolean
- OpenURLMovieMBS(url as string) as movie
534 new items including 11 new classes one new module 97 new methods one new event 9 new properties for existing classes and 7 new global methods.
Links
MBS Realbasic Plugins - Nachhilfe in Eich