Compartilhar via


CIContext.DrawImage Método

Definição

Sobrecargas

DrawImage(CIImage, CGPoint, CGRect)

Os desenvolvedores não devem usar esse método preterido. Os desenvolvedores devem usar 'DrawImage (image, CGRect, CGRect)' em vez disso.

DrawImage(CIImage, CGRect, CGRect)

Desenha a fromRect parte de inRectangle no retângulo no contexto especificado por atPoint.

DrawImage(CIImage, CGPoint, CGRect)

Os desenvolvedores não devem usar esse método preterido. Os desenvolvedores devem usar 'DrawImage (image, CGRect, CGRect)' em vez disso.

[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

Parâmetros

image
CIImage
atPoint
CGPoint
fromRect
CGRect
Atributos

Aplica-se a

DrawImage(CIImage, CGRect, CGRect)

Desenha a fromRect parte de inRectangle no retângulo no contexto especificado por 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

Parâmetros

image
CIImage
inRectangle
CGRect
fromRectangle
CGRect
Atributos

Aplica-se a