CIContext.DrawImage Method

Definition

Overloads

DrawImage(CIImage, CGPoint, CGRect)

Developers should not use this deprecated method. Developers should use 'DrawImage (image, CGRect, CGRect)' instead.

DrawImage(CIImage, CGRect, CGRect)

Draws the fromRect portion of inRectangle into the rectangle in the context that is specified by atPoint.

DrawImage(CIImage, CGPoint, CGRect)

Developers should not use this deprecated method. Developers should use 'DrawImage (image, CGRect, CGRect)' instead.

[Foundation.Export("drawImage:atPoint:fromRect:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'DrawImage (image, CGRect, CGRect)' instead.")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 8, ObjCRuntime.PlatformArchitecture.None, "Use 'DrawImage (image, CGRect, CGRect)' instead.")]
public virtual void DrawImage (CoreImage.CIImage image, CoreGraphics.CGPoint atPoint, CoreGraphics.CGRect fromRect);
abstract member DrawImage : CoreImage.CIImage * CoreGraphics.CGPoint * CoreGraphics.CGRect -> unit
override this.DrawImage : CoreImage.CIImage * CoreGraphics.CGPoint * CoreGraphics.CGRect -> unit

Parameters

image
CIImage
atPoint
CGPoint
fromRect
CGRect
Attributes

Applies to

DrawImage(CIImage, CGRect, CGRect)

Draws the fromRect portion of inRectangle into the rectangle in the context that is specified by atPoint.

[Foundation.Export("drawImage:inRect:fromRect:")]
public virtual void DrawImage (CoreImage.CIImage image, CoreGraphics.CGRect inRectangle, CoreGraphics.CGRect fromRectangle);
abstract member DrawImage : CoreImage.CIImage * CoreGraphics.CGRect * CoreGraphics.CGRect -> unit
override this.DrawImage : CoreImage.CIImage * CoreGraphics.CGRect * CoreGraphics.CGRect -> unit

Parameters

image
CIImage
inRectangle
CGRect
fromRectangle
CGRect
Attributes

Applies to