Platforms to show: All Mac Windows Linux Cross-Platform
GM16CoderInfoMBS class
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
class | GraphicsMagick | MBS GraphicsMagick Plugin | 14.1 | Yes | Yes | Yes | Yes | No |
Example:
dim coders(-1) as GM16CoderInfoMBS = GM16CoderInfoMBS.CoderInfoList
dim names(-1) as string
for each coder as GM16CoderInfoMBS in coders
names.Append coder.name
next
MsgBox Join(names,EndOfLine)
- 8 properties
- property description as string
- property isMultiFrame as boolean
- property isReadable as boolean
- property isWritable as boolean
- property ModuleName as String
- property name as string
- property Note as String
- property Version as String
- shared method CoderInfoList as GM16CoderInfoMBS()
This class has no sub classes.
Some examples which use this class:
The items on this page are in the following plugins: MBS GraphicsMagick Plugin.
Links
MBS Xojo Plugins