Platforms to show: All Mac Windows Linux Cross-Platform

CompositeIconsMBS(ForeGround as IconMBS, BackGround as IconMBS) as IconMBS   Deprecated

Type Topic Plugin Version macOS Windows Linux iOS Targets
global method Icon Service MBS Picture Plugin 5.1 ✅ Yes ❌ No ❌ No ❌ No Desktop, Console & Web
This item is deprecated and should no longer be used.
Combines two icons.
Example
dim i as IconMBS // global

Sub Open()
dim a,b as IconMBS

b=new IconMBS(SpecialFolder.Desktop)
a=new IconMBS(app.ApplicationFileMBS)

i=CompositeIconsMBS(a,b)

End Sub

Sub Paint(g As Graphics)
i.DrawIcon(g,0,0,128,128)
End Sub

Returns nil on any error (e.g. one of the two icons is invalid or nil).

Blog Entries

The items on this page are in the following plugins: MBS Picture Plugin.


The biggest plugin in space...