MBS Plugin Documentation
Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchie
New in Version 5.0 5.1 5.2 5.3 5.4 5.5 6.0 6.1 6.2 6.3 6.4 6.5 7.0 7.1 7.2 7.3 7.4 7.5 7.6 7.7 7.8 8.0 8.1 8.2 8.3 8.4 8.5 8.6
The list of the themes, classes, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
CoreGraphics
Mac OS X core graphics classes to read and write PDF files, draw into the dock icon and make windows transparent.
- CGAffineTransformIdentity as CGAffineTransformMBS
- CGAffineTransformMake(a as single, b as single, c as single, d as single, tx as single, ty as single) as CGAffineTransformMBS
- CGAffineTransformMakeRotation(angle as single) as CGAffineTransformMBS
- CGAffineTransformMakeScale(sx as single, sy as single) as CGAffineTransformMBS
- CGAffineTransformMakeTranslation(tx as single, ty as single) as CGAffineTransformMBS
- CGBitmapContextCreateMBS(data as memoryblock, width as integer, height as integer, bitsPerComponent as integer, bytesPerRow as integer, colorspace as CGColorSpaceMBS, alphaInfo as integer) as CGBitmapContextMBS
- CGColorSpaceCreateCalibratedGrayMBS(whitePoints as memoryblock, blackPoints as memoryblock, gamma as single) as CGColorSpaceMBS
- CGColorSpaceCreateCalibratedRGBMBS(whitePoints as memoryblock, blackPoints as memoryblock, gamma as memoryblock, matrix as memoryblock) as CGColorSpaceMBS
- CGColorSpaceCreateDeviceCMYKMBS as CGColorSpaceMBS
- CGColorSpaceCreateDeviceGrayMBS as CGColorSpaceMBS
- CGColorSpaceCreateDeviceRGBMBS as CGColorSpaceMBS
- CGColorSpaceCreateICCBasedMBS(nComponents as integer, range as memoryblock, profile as CGDataProviderMBS, alternateSpace as CGColorSpaceMBS) as CGColorSpaceMBS
- CGColorSpaceCreateIndexedMBS(basespace as CGColorSpaceMBS, lastindex as integer, ColorTable as memoryblock) as CGColorSpaceMBS
- CGColorSpaceCreateLabMBS(whitePoints as memoryblock, blackPoints as memoryblock, range as memoryblock) as CGColorSpaceMBS
- CGColorSpaceCreatePatternMBS(basespace as CGColorSpaceMBS) as CGColorSpaceMBS
- CGColorSpaceCreateWithPlatformColorSpaceMBS(ColorsyncProfileHandle as integer) as CGColorSpaceMBS
- CGCreateDataConsumerWithCFURLMBS(url as object) as CGDataConsumerMBS
- CGCreateDataProviderWithCFURLMBS(url as object) as CGDataProviderMBS
- CGCreateDataProviderWithStringMBS(data as string) as CGDataProviderMBS
- CGCreateImageFromJPEGDataProviderMBS(dataprovider as CGDataProviderMBS, decode as memoryblock, shouldInterpolate as boolean, intent as integer) as CGImageMBS
- CGCreateImageFromPNGDataProviderMBS(dataprovider as CGDataProviderMBS, decode as memoryblock, shouldInterpolate as boolean, intent as integer) as CGImageMBS
- CGCreateImageMBS(pic as picture) as CGImageMBS
- CGCreateImageMBS(pic as picture, mask as picture) as CGImageMBS
- CGGetActiveDisplayList as CGDisplayListMBS
- CGGetDisplaysWithPointMBS(cgpoint as CGPointMBS) as CGDisplayListMBS
- CGGetDisplaysWithRectMBS(cgrect as CGRectMBS) as CGDisplayListMBS
- CGMakePointMBS(x as single, y as single) as CGPointMBS
- CGMakeRectMBS(left as single, top as single, width as single, height as single) as CGRectMBS
- CGMakeSizeMBS(width as single, height as single) as CGSizeMBS
- CGNewPDFDocumentMBS(consumer as CGDataConsumerMBS, MediaBox as CGRectMBS, title as string, author as string, creator as string) as CGContextMBS
- CGNewPDFDocumentMBS(file as folderitem, MediaBox as CGRectMBS, title as string, author as string, creator as string) as CGContextMBS
- CGNewPDFDocumentMBS(file as folderitem, MediaBox as CGRectMBS, title as string, author as string, creator as string, subject as string, keywords as string, OwnerPassword as string, UserPassword as string, AllowsPrinting as boolean, AllowsCopy as boolean) as CGContextMBS
- CGOpenPDFDocumentMBS(dataprovider as CGDataProviderMBS) as CGPDFDocumentMBS
- CGOpenPDFDocumentMBS(file as folderitem) as CGPDFDocumentMBS
- CGPointZeroMBS as CGPointMBS
- CGRectNullMBS as CGRectMBS
- CGRectZeroMBS as CGRectMBS
- CGS1.jpg
- CGS2.jpg
- CGS3.jpg
- CGS4.jpg
- CGS5.jpg
- CGS6.jpg
- CGSessionMBS as CGSessionMBS
- CGShadingCreateAxialMBS(colorspace as CGColorSpaceMBS, startPoint as CGPointMBS, endPoint as CGPointMBS, func as CGFunctionMBS, extendStart as boolean, extendEnd as boolean) as CGShadingMBS
- CGShadingCreateRadialMBS(colorspace as CGColorSpaceMBS, startPoint as CGPointMBS, startRadius as single, endPoint as CGPointMBS, endRadius as single, func as CGFunctionMBS, extendStart as boolean, extendEnd as boolean) as CGShadingMBS
- CGSizeZeroMBS as CGSizeMBS
- CGWindowListCreateImageMBS(left as double, top as double, width as double, height as double, windowOption as integer, WindowID as integer, ImageOption as integer) as picture
- GetCGWindowIDMBS(extends w as window) as integer
- NewCGColorMBS(components as memoryblock) as CGColorMBS
- QuartzFilterPanel.jpg
- UseMBSCGPlugin
- class DoublePointMBS
- property x as double
- class IntegerPointMBS
- property x as integer
- class CGAffineTransformMBS
- property A as single
- property B as single
- method Binary as MemoryBlock
- property C as single
- method Concat(t as CGAffineTransformMBS) as CGAffineTransformMBS
- property D as single
- method Invert as CGAffineTransformMBS
- method Rotate(angle as single) as CGAffineTransformMBS
- method Scale(sx as single, sy as single) as CGAffineTransformMBS
- method Translate(tx as single, ty as single) as CGAffineTransformMBS
- property TX as single
- property TY as single
- class CGBitmapContextMBS
- property BitmapAlphaInfo as Integer
- property BitmapBitsPerComponent as Integer
- property BitmapBitsPerPixel as Integer
- property BitmapBytesPerRow as Integer
- property BitmapColorSpace as CGColorSpaceMBS
- property BitmapData as MemoryBlock
- property BitmapHeight as Integer
- property BitmapWidth as Integer
- method CGImage(shouldInterpolate as boolean, intent as integer) as CGImageMBS
- class CGColorMBS
- method Alpha as single
- method ColorSpace as CGColorSpaceMBS
- method Components as memoryblock
- method Copy as CGColorMBS
- method CopyWithAlpha(alpha as single) as CGColorMBS
- method Equal(secondColor as CGColorMBS) as boolean
- property Handle as Integer
- method NumberOfComponents as integer
- property Release as Boolean
- class CGColorSpaceMBS
- property Handle as Integer
- method NumberOfComponents as integer
- property Release as Boolean
- class CGContextMBS
- method AddArc(x as single, y as single, radius as single, startangle as single, endangle as single, clockwise as boolean)
- method addArcToPath(x as double, y as double, w as double, h as double, startAngle as integer, arcAngle as integer)
- method AddArcToPoint(x1 as single, y1 as single, x2 as single, y2 as single, radius as single)
- method AddCurveToPoint(cp1x as single, cp1y as single, cp2x as single, cp2y as single, x as single, y as single)
- method AddEllipseInRect(r as CGRectMBS)
- method AddLines(p() as CGPointMBS)
- method AddLineToPoint(x as single, y as single)
- method addOvalToPath(x as double, y as double, w as double, h as double)
- method AddPath(path as CGPathMBS)
- method AddQuadCurveToPoint(cpx as single, cpy as single, x as single, y as single)
- method AddRect(r as CGRectMBS)
- method AddRects(r() as CGRectMBS)
- method addRoundedRectToPath(x as double, y as double, w as double, h as double, arcWidth as double, arcHeight as double)
- method BeginPage(mediabox as CGRectMBS)
- method BeginPath
- method clearRect(rect as CGRectMBS)
- method clip
- method clipToRect(rect as CGRectMBS)
- method closePath
- method ConcatCTM(transform as CGAffineTransformMBS)
- method DrawCGPDFDocument(pdf as CGPDFDocumentMBS, rect as CGRectMBS, page as integer)
- method DrawPath(mode as integer)
- method DrawPicture(pic as CGImageMBS, rect as CGRectMBS)
- method DrawShading(shading as CGShadingMBS)
- method EndPage
- method EOClip
- method EOFillPath
- method FillEllipseInRect(rect as CGRectMBS)
- method FillPath
- method FillRect(rect as CGRectMBS)
- method fillRoundedRect(x as double, y as double, w as double, h as double, arcWidth as double, arcHeight as double)
- method Flush
- method frameArc(x as double, y as double, w as double, h as double, startAngle as integer, arcAngle as integer)
- method frameOval(x as double, y as double, w as double, h as double)
- method frameRect(x as double, y as double, w as double, h as double)
- method GetCTM as CGAffineTransformMBS
- method GetPathBoundingBox as CGRectMBS
- method GetPathCurrentPoint as CGPointMBS
- method GetTextPosition as CGPointMBS
- property handle as integer
- property InterpolationQuality as integer
- method IsPathEmpty as boolean
- const kCGBlendModeColor=14
- const kCGBlendModeColorBurn=7
- const kCGBlendModeColorDodge=6
- const kCGBlendModeDarken=4
- const kCGBlendModeDifference=10
- const kCGBlendModeExclusion=11
- const kCGBlendModeHardLight=9
- const kCGBlendModeHue=12
- const kCGBlendModeLighten=5
- const kCGBlendModeLuminosity=15
- const kCGBlendModeMultiply=1
- const kCGBlendModeNormal=0
- const kCGBlendModeOverlay=3
- const kCGBlendModeSaturation=13
- const kCGBlendModeScreen=2
- const kCGBlendModeSoftLight=8
- const kCGEncodingFontSpecific=0
- const kCGEncodingMacRoman=1
- const kCGInterpolationDefault=0
- const kCGInterpolationHigh=3
- const kCGInterpolationLow=2
- const kCGInterpolationNone=1
- const kCGLineCapButt=0
- const kCGLineCapRound=1
- const kCGLineCapSquare=2
- const kCGLineJoinBevel=2
- const kCGLineJoinMiter=0
- const kCGLineJoinRound=1
- const kCGPathEOFill=1
- const kCGPathEOFillStroke=4
- const kCGPathFill=0
- const kCGPathFillStroke=3
- const kCGPathStroke=2
- const kCGTextClip=7
- const kCGTextFill=0
- const kCGTextFillClip=4
- const kCGTextFillStroke=2
- const kCGTextFillStrokeClip=6
- const kCGTextInvisible=3
- const kCGTextStroke=1
- const kCGTextStrokeClip=5
- method MoveToPoint(x as single, y as single)
- method paintArc(x as double, y as double, w as double, h as double, startAngle as integer, arcAngle as integer)
- method paintOval(x as double, y as double, w as double, h as double)
- method paintRect(x as double, y as double, w as double, h as double)
- method PathContainsPoint(point as CGPointMBS, mode as integer) as boolean
- property release as boolean
- method ReplacePathWithStrokedPath
- method RestoreGState
- method RotateCTM(angle as single)
- method SaveGState
- method ScaleCTM(sx as single, sy as single)
- method SelectFont(name as string, size as double, fontencoding as integer)
- method SetAllowsAntialiasing(allowsAntialiasing as boolean)
- method SetAlpha(alpha as single)
- method SetBlendMode(BlendMode as integer)
- method SetCharacterSpacing(spacing as single)
- method SetCMYKFillColor(cyan as single, magenta as single, yellow as single, black as single, alpha as single)
- method SetCMYKStrokeColor(cyan as single, magenta as single, yellow as single, black as single, alpha as single)
- method SetFillColorSpace(colorspace as CGColorSpaceMBS)
- method SetFlatness(flatness as single)
- method SetFontSize(size as single)
- method SetGrayFillColor(gray as single, alpha as single)
- method SetGrayStrokeColor(gray as single, alpha as single)
- method SetLineCap(cap as integer)
- method SetLineDash(phase as double, lengths as memoryblock, count as integer)
- method SetLineJoin(join as integer)
- method SetLineWidth(width as single)
- method SetMiterLimit(limit as single)
- method SetRenderingIntent(intent as integer)
- method SetRGBFillColor(red as single, green as single, blue as single, alpha as single)
- method SetRGBStrokeColor(red as single, green as single, blue as single, alpha as single)
- method SetShadow(x as double, y as double, blur as double)
- method SetShadowWithColor(x as double, y as double, blur as double, colorvalue as CGColorMBS)
- method SetShouldAntialias(shouldAntialias as boolean)
- method SetShouldSmoothFonts(shouldSmoothFonts as boolean)
- method SetStrokeColorSpace(colorspace as CGColorSpaceMBS)
- method SetTextDrawingMode(mode as integer)
- method ShowText(text as string)
- method ShowTextAtPoint(text as string, x as single, y as single)
- method StrokeEllipseInRect(rect as CGRectMBS)
- method StrokePath
- method StrokeRect(rect as CGRectMBS)
- method StrokeRectWithWidth(rect as CGRectMBS, width as single)
- method strokeRoundedRect(x as double, y as double, w as double, h as double, arcWidth as double, arcHeight as double)
- method Synchronize
- method TextMatrix as CGAffineTransformMBS
- method TextPosition as CGPointMBS
- method TranslateCTM(tx as single, ty as single)
- class CGDataConsumerMBS
- class CGDataProviderMBS
- class CGDisplayListMBS
- property Count as Integer
- method Item(index as integer) as CGDisplayMBS
- class CGDisplayMBS
- method AvailableModes as CFArrayMBS
- method BaseAddress as integer
- method BaseAddressAsMemoryBlock as memoryblock
- method BaseAddressForPosition(x as integer, y as integer) as integer
- method BaseAddressForPositionAsMemoryBlock(x as integer, y as integer) as memoryblock
- method BeamPosition as integer
- method BestModeForParameters(BitsPerPixel as integer, Width as integer, Height as integer, byref ExactMatch as boolean) as CFDictionaryMBS
- method BestModeForParametersAndRefreshRate(BitsPerPixel as integer, Width as integer, Height as integer, RefreshRate as integer, byref ExactMatch as boolean) as CFDictionaryMBS
- method BitsPerPixel as integer
- method BitsPerSample as integer
- method Bounds as CGRectMBS
- method BytesPerRow as integer
- method CanSetPalette as boolean
- method Capture as integer
- shared method CaptureAllDisplays as integer
- method ColorSpace as CGColorSpaceMBS
- method CurrentMode as CFDictionaryMBS
- method GetDisplayTransferByTable(capacity as integer, red as memoryblock, green as memoryblock, blue as memoryblock, byref samplecount as integer) as integer
- method GetDisplayTransferFormula(byref formula as CGDisplayTransferFormulaMBS) as integer
- method GetLastMouseDelta(byref deltax as integer, byref deltay as integer)
- property Handle as Integer
- method HideCursor as integer
- method Info as CFDictionaryMBS
- method IsActive as boolean
- method IsAlwaysInMirrorSet as boolean
- method IsAsleep as boolean
- method IsBuiltin as boolean
- method IsCaptured as boolean
- method IsInHWMirrorSet as boolean
- method IsInMirrorSet as boolean
- method IsMain as boolean
- method IsOnline as boolean
- method IsStereo as boolean
- method kCGDisplayBitsPerPixel as CFStringMBS
- method kCGDisplayBitsPerSample as CFStringMBS
- method kCGDisplayHeight as CFStringMBS
- method kCGDisplayIOFlags as CFStringMBS
- method kCGDisplayMode as CFStringMBS
- method kCGDisplayModeUsableForDesktopGUI as CFStringMBS
- method kCGDisplayRefreshRate as CFStringMBS
- method kCGDisplaySamplesPerPixel as CFStringMBS
- method kCGDisplayWidth as CFStringMBS
- method MirrorsDisplay as CGDisplayMBS
- method ModelNumber as integer
- method MoveCursorToPoint(x as single, y as single) as integer
- method PixelsHigh as integer
- method PixelsWide as integer
- method PrimaryDisplay as CGDisplayMBS
- method Release as integer
- shared method ReleaseAllDisplays as integer
- shared method RestoreColorSyncSettings
- method Rotation as double
- method SamplesPerPixel as integer
- method ScreenSizeHeight as double
- method ScreenSizeWidth as double
- method SerialNumber as integer
- method SetDisplayTransferByByteTable(count as integer, red as memoryblock, green as memoryblock, blue as memoryblock) as integer
- method SetDisplayTransferByTable(count as integer, red as memoryblock, green as memoryblock, blue as memoryblock) as integer
- method SetDisplayTransferFormula(formula as CGDisplayTransferFormulaMBS) as integer
- method ShowCursor as integer
- method SwitchToMode(modecfdictionary as CFDictionaryMBS) as integer
- method UnitNumber as integer
- method UsesOpenGLAcceleration as boolean
- method VendorNumber as integer
- method WaitForBeamPositionOutsideLines(upperScanLine as integer, lowerScanLine as integer) as integer
- class CGDisplayTransferFormulaMBS
- class CGFunctionMBS
- class CGImageMBS
- method BitsPerComponent as integer
- method BitsPerPixel as integer
- method BytesPerRow as integer
- method ColorSpace as CGColorSpaceMBS
- method Copy as CGImageMBS
- method Copy(r as CGRectMBS) as CGImageMBS
- method CopyWithColorSpace(profile as CGColorSpaceMBS) as CGImageMBS
- method CopyWithMask(mask as CGImageMBS) as CGImageMBS
- method DataProvider as CGDataProviderMBS
- method DecodeArray as memoryblock
- property handle as integer
- property height as integer
- method ImageIsMask as boolean
- property release as boolean
- method RenderingIntent as integer
- method ShouldInterpolate as boolean
- property width as integer
- class CGMutablePathMBS
- method AddArc(transform as CGAffineTransformMBS, x as single, y as single, radius as single, startAngle as single, endAngle as single, clockwise as boolean)
- method AddArcToPoint(transform as CGAffineTransformMBS, x as single, y as single, x2 as single, y2 as single, radius as single)
- method AddCurveToPoint(transform as CGAffineTransformMBS, cpx1 as single, cpy1 as single, cpx2 as single, cpy2 as single, x as single, y as single)
- method AddEllipseInRect(transform as CGAffineTransformMBS, r as CGRectMBS)
- method AddLineToPoint(transform as CGAffineTransformMBS, x as single, y as single)
- method AddPath(transform as CGAffineTransformMBS, path as CGPathMBS)
- method AddQuadCurveToPoint(transform as CGAffineTransformMBS, cpx as single, cpy as single, x as single, y as single)
- method AddRect(transform as CGAffineTransformMBS, r as CGRectMBS)
- method CloseSubpath
- method Constructor
- method ContainsPoint(transform as CGAffineTransformMBS, point as CGPointMBS, eoFill as boolean) as boolean
- method MoveToPoint(transform as CGAffineTransformMBS, x as single, y as single)
- class CGPathMBS
- method BoundingBox as CGRectMBS
- method Copy as CGPathMBS
- method CurrentPoint as CGPointMBS
- method EqualToPath(path as CGPathMBS) as boolean
- property Handle as Integer
- method IsEmpty as boolean
- method IsRect(byref rect as CGRectMBS) as boolean
- method MutableCopy as CGMutablePathMBS
- property Release as Boolean
- class CGPDFArrayMBS
- method ArrayValue(index as integer, byref value as CGPDFArrayMBS) as boolean
- method BooleanValue(index as integer, byref value as boolean) as boolean
- method Count as integer
- method DictionaryValue(index as integer, byref value as CGPDFDictionaryMBS) as boolean
- property Handle as Integer
- method IntegerValue(index as integer, byref value as integer) as boolean
- method NameValue(index as integer, byref value as string) as boolean
- method NullValue(index as integer) as boolean
- method ObjectValue(index as integer, byref value as CGPDFObjectMBS) as boolean
- property Release as Boolean
- method SingleValue(index as integer, byref value as single) as boolean
- method StreamValue(index as integer, byref value as CGPDFStreamMBS) as boolean
- method StringValue(index as integer, byref value as CGPDFStringMBS) as boolean
- class CGPDFDictionaryListMBS
- method Close
- property Count as Integer
- method Key(index as integer) as string
- method Value(index as integer) as CGPDFObjectMBS
- class CGPDFDictionaryMBS
- method ArrayValue(key as string, byref value as CGPDFArrayMBS) as boolean
- method BooleanValue(key as string, byref value as boolean) as boolean
- method Count as integer
- method DictionaryValue(key as string, byref value as CGPDFDictionaryMBS) as boolean
- property Handle as Integer
- method IntegerValue(key as string, byref value as integer) as boolean
- method List as CGPDFDictionaryListMBS
- method NameValue(key as string, byref value as string) as boolean
- method ObjectValue(key as string, byref value as CGPDFObjectMBS) as boolean
- property Release as Boolean
- method SingleValue(key as string, byref value as single) as boolean
- method StreamValue(key as string, byref value as CGPDFStreamMBS) as boolean
- method StringValue(key as string, byref value as CGPDFStringMBS) as boolean
- class CGPDFDocumentMBS
- property AllowsCopying as Boolean
- property AllowsPrinting as Boolean
- method ArtBox(page as integer) as CGRectMBS
- method BleedBox(page as integer) as CGRectMBS
- method Catalog as CGPDFDictionaryMBS
- method CropBox(page as integer) as CGRectMBS
- method GetInfo as CGPDFDictionaryMBS
- property handle as integer
- property IsEncrypted as Boolean
- property IsUnlocked as Boolean
- property MajorVersion as Integer
- method MediaBox(page as integer) as CGRectMBS
- property MinorVersion as Integer
- method Page(index as integer) as CGPDFPageMBS
- method PageCount as integer
- property release as boolean
- method RotationAngle(page as integer) as integer
- method TrimBox(page as integer) as CGRectMBS
- method UnlockWithPassword(name as string) as boolean
- class CGPDFObjectMBS
- method ArrayValue(byref value as CGPDFArrayMBS) as boolean
- method BooleanValue(byref value as boolean) as boolean
- method DictionaryValue(byref value as CGPDFDictionaryMBS) as boolean
- property Handle as Integer
- method IntegerValue(byref value as integer) as boolean
- method NameValue(byref value as string) as boolean
- property Release as Boolean
- method SingleValue(byref value as single) as boolean
- method StreamValue(byref value as CGPDFStreamMBS) as boolean
- method StringValue(byref value as CGPDFStringMBS) as boolean
- method Type as integer
- class CGPDFPageMBS
- method ArtBox as CGRectMBS
- method BleedBox as CGRectMBS
- method Close
- method CropBox as CGRectMBS
- method Dictionary as CGPDFDictionaryMBS
- method Document as CGPDFDocumentMBS
- property Handle as Integer
- method MediaBox as CGRectMBS
- method PageNumber as integer
- property Release as Boolean
- method RotationAngle(page as integer) as integer
- method TrimBox as CGRectMBS
- class CGPDFStreamMBS
- method Data(byref format as integer) as CFBinaryDataMBS
- method Dictionary as CGPDFDictionaryMBS
- property Handle as Integer
- property Release as Boolean
- class CGPDFStringMBS
- method Bytes as MemoryBlock
- property Handle as Integer
- property Release as Boolean
- method Text as CFStringMBS
- class CGPictureContextMBS
- method Constructor
- method Constructor(width as integer, height as integer)
- method CopyPicture as picture
- method CopyPictureMask as picture
- property GWorldHandle as Integer
- method SetMask(mask as picture) as boolean
- class CGPointMBS
- method ApplyAffineTransform(p as CGAffineTransformMBS) as CGPointMBS
- method Binary as MemoryBlock
- method Equal(p as CGPointMBS) as boolean
- property x as single
- property y as single
- class CGPSConverterMBS
- method Abort as boolean
- event BeginDocument
- event BeginPage(PageNumber as integer, PageInfo as CFDictionaryMBS)
- method Close
- method Convert(provider as CGDataProviderMBS, consumer as CGDataConsumerMBS, options as CFDictionaryMBS) as boolean
- method Create(options as CFDictionaryMBS) as boolean
- event EndDocument(success as boolean)
- event EndPage(PageNumber as integer, PageInfo as CFDictionaryMBS)
- event Finished
- property Handle as Integer
- method IsConverting as boolean
- event Message(message as CFStringMBS)
- event Progress
- property Release as Boolean
- class CGRectMBS
- method Binary as MemoryBlock
- method ContainsPoint(r as CGPointMBS) as boolean
- method ContainsRect(r as CGRectMBS) as boolean
- method Divide(byref slice as CGRectMBS, byref remainder as CGRectMBS, amount as single, edge as integer)
- method Equal(r as CGRectMBS) as boolean
- property height as single
- method Inset(dx as single, dy as single) as CGRectMBS
- method Integral as CGRectMBS
- method Intersection(r as CGRectMBS) as CGRectMBS
- method IntersectsRect(r as CGRectMBS) as boolean
- method IsEmpty as boolean
- method IsNull as boolean
- property left as single
- method MaxX as single
- method MaxY as single
- method MidX as single
- method MidY as single
- method MinX as single
- method MinY as single
- method Offset(dx as single, dy as single) as CGRectMBS
- property Origin as CGPointMBS
- property Size as CGSizeMBS
- method Standardize as CGRectMBS
- property top as single
- method Union(r as CGRectMBS) as CGRectMBS
- property width as single
- class CGSConnectionMBS
- method CGSWindow(w as window) as CGSWindowMBS
- method CGSWindowbyHandle(windowhandle as integer) as CGSWindowMBS
- method FlushAllWindows
- method FlushAllWindowsForAllOtherProceses
- method FlushAllWindowsForAllProceses
- method GetOnScreenWindowList as CGSWindowListMBS
- method GetOnScreenWindowListForProcess(PID as integer) as CGSWindowListMBS
- method GetWindowList as CGSWindowListMBS
- method GetWindowListForProcess(PID as integer) as CGSWindowListMBS
- property Handle as Integer
- property Lasterror as Integer
- method NewTransition(request as CGSTransitionRequestMBS) as CGSTransitionMBS
- method RunTransition(request as CGSTransitionRequestMBS, duration as single)
- method SetWorkspaceWithTransition(workspace as CGSWorkspaceMBS, transition as integer, type as integer, time as single)
- method SetWorkspaceWithTransition(workspace as integer, transition as integer, type as integer, time as single)
- method Workspace as CGSWorkspaceMBS
- class CGSessionMBS
- property ConsoleSet as Integer
- property LoginDone as Boolean
- property OnConsole as Boolean
- property UserID as Integer
- property UserName as String
- class CGShadingMBS
- class CGSizeMBS
- method ApplyAffineTransform(p as CGAffineTransformMBS) as CGSizeMBS
- method Binary as MemoryBlock
- method Equal(p as CGSizeMBS) as boolean
- property height as single
- property width as single
- class CGSTransitionMBS
- property Connection as CGSConnectionMBS
- property ConnectionHandle as Integer
- property Handle as Integer
- method Invoke(duration as single)
- method Release
- method Run(duration as single)
- method Wait(duration as single)
- class CGSTransitionRequestMBS
- property Blue as Single
- const CGSBottomLeft = 5
- const CGSBottomRight = 6
- const CGSCube = 7
- const CGSDown = 0
- const CGSDownTopRight = 7
- const CGSFade = 1
- const CGSFlip = 9
- const CGSInBottom = 12
- const CGSInBottomRight = 15
- const CGSInOut = 16
- const CGSInRight = 3
- const CGSLeft = 1
- const CGSLeftBottomRight = 13
- const CGSNone = 0
- const CGSReveal = 3
- const CGSRight = 2
- const CGSRightBottomLeft = 14
- const CGSSlide = 4
- const CGSSwap = 6
- const CGSTopLeft = 9
- const CGSTopRight = 10
- const CGSUp = 8
- const CGSUpBottomRight = 11
- const CGSWarpFade = 5
- const CGSWarpSwitch = 8
- const CGSZoom = 2
- property Green as Single
- property HasBackColor as Boolean
- property HasBackGround as Boolean
- property Red as Single
- method Run(duration as single) as boolean
- property TransitionOption as Integer
- property TransitionType as Integer
- property Win as CGSWindowMBS
- class CGSValueMBS
- property Connection as CGSConnectionMBS
- property ConnectionHandle as Integer
- property Handle as Integer
- method IntegerValue as integer
- method StringValue as string
- class CGSWindowListMBS
- property Connection as CGSConnectionMBS
- property ConnectionHandle as Integer
- property Count as Integer
- property Handle as Integer
- method Item(index as integer) as CGSWindowMBS
- class CGSWindowMBS
- method AffineTransform as CGAffineTransformMBS
- method Alpha as single
- property Connection as CGSConnectionMBS
- property ConnectionHandle as Integer
- method EventMask as integer
- method Flush
- property Handle as Integer
- method Height as double
- const kCGSOrderAbove = 1
- const kCGSOrderBelow = -1
- const kCGSOrderOut = 0
- property LastError as Integer
- method Left as double
- method Level as integer
- method Move(byref x as single, byref y as single)
- method Order(mode as integer, relativeToWindow as CGSWindowMBS=nil)
- method Title as string
- method Top as double
- method Uncover
- method Warp(w as integer, h as integer, value as memoryblock)
- method Width as double
- method Workspace as CGSWorkspaceMBS
- class CGSWorkspaceMBS
- property Connection as CGSConnectionMBS
- property ConnectionHandle as Integer
- method GetWorkspaceWindowList as CGSWindowListMBS
- property Handle as Integer
- property LastError as Integer
- method MoveWindows(target as CGSWorkspaceMBS)
- class OverlayWindowMBS
- method AttachToWindow(TargetWindow as window, LiveResize as boolean)
- method AttachToWindow(TargetWindow as window, LiveResize as boolean, KeepEqualSize as boolean)
- method AttachToWindow(TargetWindow as window, LiveResize as boolean, KeepEqualSize as boolean, OtherWindow as OverlayWindowMBS)
- method close
- method Context as CGContextMBS
- method Create(left as integer, top as integer, width as integer, height as integer) as integer
- method Flush
- property Handle as integer
- method HasNoShadow as Boolean
- property Height as integer
- method Hide
- method HideOnFullScreen as Boolean
- method HideOnSuspend as Boolean
- method IgnoreClicks as Boolean
- method InstallEventHandler
- property Left as integer
- property Level as integer
- event MouseDown(x as single, y as single, ModifierKeys as integer, MouseButton as integer, ClickCount as integer) as boolean
- event MouseDragged(x as single, y as single, ModifierKeys as integer, MouseDeltaX as single, MouseDeltaY as single, MouseButton as integer) as boolean
- event MouseMoved(x as single, y as single, ModifierKeys as integer, MouseDeltaX as single, MouseDeltaY as single) as boolean
- event MouseUp(x as single, y as single, ModifierKeys as integer, MouseButton as integer, ClickCount as integer) as boolean
- event MouseWheelMoved(x as single, y as single, ModifierKeys as integer, axis as integer, delta as integer) as boolean
- property Release as boolean
- method RemoveEventHandler
- method SetBounds(left as integer, top as integer, width as integer, height as integer)
- method Show
- property Top as integer
- method TransitionOverlay(parent as OverlayWindowMBS, effect as integer, action as integer) as integer
- method TransitionOverlay(parent as OverlayWindowMBS, effect as integer, action as integer, async as boolean, duration as double) as integer
- method TransitionOverlay(parent as OverlayWindowMBS, effect as integer, action as integer, left as integer, top as integer, width as integer, height as integer) as integer
- method TransitionOverlay(parent as OverlayWindowMBS, effect as integer, action as integer, left as integer, top as integer, width as integer, height as integer, async as boolean, duration as double) as integer
- method TransitionWindow(parent as window, effect as integer, action as integer) as integer
- method TransitionWindow(parent as window, effect as integer, action as integer, async as boolean, duration as double) as integer
- method TransitionWindow(parent as window, effect as integer, action as integer, left as integer, top as integer, width as integer, height as integer) as integer
- method TransitionWindow(parent as window, effect as integer, action as integer, left as integer, top as integer, width as integer, height as integer, async as boolean, duration as double) as integer
- method Transparency as single
- method UnAttachToWindow
- property Width as integer
- event WindowBoundsChanged
- event WindowClosed
- event WindowHidden
- method WindowLevelForKey(key as integer) as integer
- event WindowShown
- class QuartzFilterArrayMBS
- property Count as Integer
- property Handle as Integer
- method Item(index as integer) as QuartzFilterMBS
- class QuartzFilterManagerMBS
- event didAddFilter(filter as QuartzFilterMBS)
- event didModifyFilter(filter as QuartzFilterMBS)
- event didRemoveFilter(filter as QuartzFilterMBS)
- event didSelectFilter(filter as QuartzFilterMBS)
- method filterPanel as NSPanelMBS
- shared method filters as QuartzFilterArrayMBS
- method filterView as QuartzFilterViewMBS
- property Handle as Integer
- method selectedFilter as QuartzFilterMBS
- method selectFilter(filter as QuartzFilterMBS) as boolean
- class QuartzFilterMBS
- method applyToContext(CGContextHandle as integer) as boolean
- property Handle as Integer
- method localizedName as string
- shared method quartzFilterWithFile(file as folderitem) as QuartzFilterMBS
- shared method quartzFilterWithURL(url as string) as QuartzFilterMBS
- method removeFromContext(CGContextHandle as integer)
- method url as string
- class QuartzFilterViewMBS
- method sizeToFit
- class Folderitem
- method NewCGPDFDocumentMBS(MediaBox as CGRectMBS, title as string, author as string, creator as string) as CGContextMBS
- method NewCGPDFDocumentMBS(MediaBox as CGRectMBS, title as string, author as string, creator as string, subject as string, keywords as string, OwnerPassword as string, UserPassword as string, AllowsPrinting as boolean, AllowsCopy as boolean) as CGContextMBS
- method NewCGPDFDocumentWithInfoMBS(MediaBox as CGRectMBS, info as object) as CGContextMBS
- method OpenAsCGPDFDocumentMBS as CGPDFDocumentMBS
- class Graphics
- method DrawCGImageMBS(image as CGImageMBS, r as CGRectMBS)
- method DrawCGImageXYMBS(image as CGImageMBS, x as integer, y as integer)
- method DrawCGImageXYMBS(image as CGImageMBS, x as integer, y as integer, w as integer, h as integer)
- method DrawCGPDFDocumentMBS(pdf as CGPDFDocumentMBS, r as CGRectMBS, page as integer)
- class Application
- method OverlayApplicationDockTileImageMBS(pic as CGImageMBS) as boolean
- method RestoreApplicationDockTileImageMBS as boolean
- method SetApplicationDockTileImageMBS(pic as CGImageMBS) as boolean
- class Window
- method CGContextMBS as CGContextMBS
The items on this page are in the following plugins: MBS Cocoa Plugin, MBS Leopard Plugin, MBS MacOSX Plugin, MBS QuickTime Plugin, MBS Tiff Plugin, MBS Util Plugin, MBS Win Plugin.
Monkeybread Software Realbasic Plugins - Förderverein St. Arnulf Nickenich