CIImageAccumulator.SetImageDirty(CIImage, CGRect) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Places the dirtyRect
portion of image
into the accumulator.
[Foundation.Export("setImage:dirtyRect:")]
public virtual void SetImageDirty (CoreImage.CIImage image, CoreGraphics.CGRect dirtyRect);
abstract member SetImageDirty : CoreImage.CIImage * CoreGraphics.CGRect -> unit
override this.SetImageDirty : CoreImage.CIImage * CoreGraphics.CGRect -> unit
Parameters
- image
- CIImage
- dirtyRect
- CGRect
- Attributes