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
GMMontageMBS class
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
class | GraphicsMagick | MBS GraphicsMagick Plugin | 13.2 | Yes | Yes | Yes | Yes | No |
Example:
// build montage
dim StackingMontage as New GM16MontageMBS
StackingMontage.backgroundColor = New GM16ColorMBS(&cE7E7E7)
StackingMontage.fillColor = New GM16ColorMBS(&c000000)
StackingMontage.tile = New GM16GeometryMBS("1x20")
StackingMontage.geometry = New GM16GeometryMBS("160x120+5+5")
StackingMontage.font = "Helvetica"
StackingMontage.pointSize = 12
StackingMontage.title = "Title goes here"
// make picture
dim logo as Picture = LogoMBS(500)
dim image as New GM16ImageMBS(logo)
image.label("Sample label")
// Put the current image into the array
Dim StackingFrames As new GM16ImageArrayMBS
StackingFrames.insert(image)
// show result
dim resultImages as GM16ImageArrayMBS = StackingFrames.montageImages(StackingMontage)
Backdrop = resultImages.Image(0).CopyPicture
See GMMontageFramedMBS if you would like to create a framed montage.
Unframed thumbnails consist of four components: the thumbnail image, the thumbnail border, an optional thumbnail shadow, and an optional thumbnail label area.
- 17 properties
- property handle as Integer
- property backgroundColor as GMColorMBS
- property compose as Integer
- property fileName as string
- property fillColor as GMColorMBS
- property font as string
- property geometry as GMGeometryMBS
- property gravity as Integer
- property label as string
- property penColor as GMColorMBS
- property pointSize as UInt32
- property shadow as boolean
- property strokeColor as GMColorMBS
- property texture as string
- property tile as GMGeometryMBS
- property title as string
- property transparentColor as GMColorMBS
- method Constructor
Sub classes:
Some methods using this class:
- GMImageArrayMBS.montageImages(options as GMMontageMBS) as GMImageArrayMBS
The items on this page are in the following plugins: MBS GraphicsMagick Plugin.
GMMontageFramedMBS - GMMutexLockMBS
Links
MBS FileMaker Plugins