CIContext.DrawImage 方法

定义

重载

DrawImage(CIImage, CGPoint, CGRect)

开发人员不应使用此已弃用的方法。 开发人员应改用“DrawImage (image, CGRect, CGRect) ”。

DrawImage(CIImage, CGRect, CGRect)

fromRect 部分 inRectangle 绘制到 由 atPoint指定的上下文中的矩形中。

DrawImage(CIImage, CGPoint, CGRect)

开发人员不应使用此已弃用的方法。 开发人员应改用“DrawImage (image, CGRect, CGRect) ”。

[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

参数

image
CIImage
atPoint
CGPoint
fromRect
CGRect
属性

适用于

DrawImage(CIImage, CGRect, CGRect)

fromRect 部分 inRectangle 绘制到 由 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

参数

image
CIImage
inRectangle
CGRect
fromRectangle
CGRect
属性

适用于