CIContext.DrawImage Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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 |
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