次の方法で共有


CIContext.DrawImage メソッド

定義

オーバーロード

DrawImage(CIImage, CGPoint, CGRect)

開発者は、この非推奨のメソッドを使用しないでください。 開発者は、代わりに 'DrawImage (image, CGRect, CGRect)' を使用する必要があります。

DrawImage(CIImage, CGRect, CGRect)

fromRectatPoint指定されたコンテキストで、 の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)

fromRectatPoint指定されたコンテキストで、 の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
属性

適用対象