CIContext.DrawImage 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
DrawImage(CIImage, CGPoint, CGRect) |
开发人员不应使用此已弃用的方法。 开发人员应改用“DrawImage (image, CGRect, CGRect) ”。 |
DrawImage(CIImage, CGRect, CGRect) |
将 |
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
- 属性