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.

C#
[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);

Parameters

image
CIImage
atPoint
CGPoint
fromRect
CGRect
Attributes

Applies to

Xamarin iOS SDK 12
Product Versions
Xamarin iOS SDK 12

DrawImage(CIImage, CGRect, CGRect)

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

C#
[Foundation.Export("drawImage:inRect:fromRect:")]
public virtual void DrawImage(CoreImage.CIImage image, CoreGraphics.CGRect inRectangle, CoreGraphics.CGRect fromRectangle);

Parameters

image
CIImage
inRectangle
CGRect
fromRectangle
CGRect
Attributes

Applies to

Xamarin iOS SDK 12
Product Versions
Xamarin iOS SDK 12