Platforms to show: All Mac Windows Linux Cross-Platform

Back to CGContextMBS class.

CGContextMBS.handle as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CoreGraphics MBS MacCG Plugin 2.7 ✅ Yes ❌ No ❌ No ✅ Yes All
The handle for this context.

Handle is a CGContextRef.
(Read and Write property)

CGContextMBS.InterpolationQuality as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CoreGraphics MBS MacCG Plugin 2.7 ✅ Yes ❌ No ❌ No ✅ Yes All
The interpolation quality for image rendering of this context.

The interpolation quality is a gstate-parameter which controls the level of interpolation performed when an image is interpolated (for example, when scaling the image). Note that it is merely a hint to the context: not all contexts support all interpolation quality levels.

Possible values:

kCGInterpolationDefault0Let the context decide.
kCGInterpolationNone1Never interpolate.
kCGInterpolationLow2Fast, low quality.
kCGInterpolationHigh3Slow, high quality.
(Read and Write property)

CGContextMBS.RetainCount as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CoreGraphics MBS MacCG Plugin 14.2 ✅ Yes ❌ No ❌ No ✅ Yes All
Returns the reference counter of the object.

If the retain count falls below 1, the object is destroyed.
(Read only property)

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


The biggest plugin in space...