Platforms to show: All Mac Windows Linux Cross-Platform

Back to NSVisualEffectViewMBS class.

NSVisualEffectViewMBS.Constructor

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Cocoa MBS MacFrameworks Plugin 14.3 ✅ Yes ❌ No ❌ No ❌ No Desktop only
The constructor for a new NSVisualEffectViewMBS object.

See also:

NSVisualEffectViewMBS.Constructor(Handle as Integer)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Cocoa MBS MacFrameworks Plugin 14.3 ✅ Yes ❌ No ❌ No ❌ No Desktop only
Creates an object based on the given NSVisualEffectView handle.
Example
dim t as new NSVisualEffectViewMBS(0, 0, 100, 100)
dim v as new NSVisualEffectViewMBS(t.handle)

MsgBox str(v.Bounds.Width)+" x "+str(v.Bounds.Height)

The handle is casted to a NSVisualEffectView and the plugin retains this handle.

See also:

NSVisualEffectViewMBS.Constructor(left as Double, top as Double, width as Double, height as Double)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Cocoa MBS MacFrameworks Plugin 14.3 ✅ Yes ❌ No ❌ No ❌ No Desktop only
The constructor for a new NSVisualEffectViewMBS object.

See also:

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


The biggest plugin in space...