共用方式為


CIContext.DrawImage 方法

定義

多載

DrawImage(CIImage, CGPoint, CGRect)

開發人員不應該使用此已被取代的方法。 開發人員應該改用 'DrawImage (image、CGRect、CGRect) '。

DrawImage(CIImage, CGRect, CGRect)

在 所 atPoint 指定的內容中,將 fromRect 的部分 inRectangle 繪製到 矩形中。

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)

在 所 atPoint 指定的內容中,將 fromRect 的部分 inRectangle 繪製到 矩形中。

[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
屬性

適用於