PictureEffects Xojo and Real Studio Plugin

MPImageFilter.MultiprocessingHint Property

Use this property to fine tune CPU usage for this algorithm. By default this property is set to zero (Automatic). This property accepts all constants that are defined in this class.

MultiprocessingHint as Integer {Read and Write}

Remarks

Use like:

effect.MultiprocessingHint = PictureEffectsCPUUsage.Automatic

See Also

MPImageFilter Class