Condividi tramite


CIContext.DrawImage Metodo

Definizione

Overload

DrawImage(CIImage, CGPoint, CGRect)

Gli sviluppatori non devono usare questo metodo deprecato. Gli sviluppatori devono usare invece 'DrawImage (image, CGRect, CGRect)'.

DrawImage(CIImage, CGRect, CGRect)

Disegna la fromRect parte di inRectangle nel rettangolo nel contesto specificato da atPoint.

DrawImage(CIImage, CGPoint, CGRect)

Gli sviluppatori non devono usare questo metodo deprecato. Gli sviluppatori devono usare invece '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

Parametri

image
CIImage
atPoint
CGPoint
fromRect
CGRect
Attributi

Si applica a

DrawImage(CIImage, CGRect, CGRect)

Disegna la fromRect parte di inRectangle nel rettangolo nel contesto specificato da 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

Parametri

image
CIImage
inRectangle
CGRect
fromRectangle
CGRect
Attributi

Si applica a