Platforms to show: All Mac Windows Linux Cross-Platform

Back to QuartzFilterViewMBS class.

QuartzFilterViewMBS.Constructor

Type Topic Plugin Version macOS Windows Linux iOS Targets
method CoreGraphics MBS MacControls Plugin 12.1 ✅ Yes ❌ No ❌ No ❌ No Desktop only
Creates a new Quartz Filter View with size 100/100 and position 0/0
Example
dim t as new QuartzFilterViewMBS

On success the handle property is not zero.

See also:

QuartzFilterViewMBS.Constructor(Handle as Integer)

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

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

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

See also:

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

Type Topic Plugin Version macOS Windows Linux iOS Targets
method CoreGraphics MBS MacControls Plugin 12.1 ✅ Yes ❌ No ❌ No ❌ No Desktop only
Creates a new Quartz Filter View with the given size and position.
Example
dim x as new QuartzFilterViewMBS(0, 0, 100, 100)

On success the handle property is not zero.
The new movie view object must be inserted into the view hierarchy of an NSWindow before it can be used. This method is the designated initializer for the QuartzFilterView class.

See also:

QuartzFilterViewMBS.sizeToFit

Type Topic Plugin Version macOS Windows Linux iOS Targets
method CoreGraphics MBS MacControls Plugin 8.6 ✅ Yes ❌ No ❌ No ❌ No Desktop only
Resizes the view to the best size.

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


The biggest plugin in space...