CIContext.DrawImage Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
DrawImage(CIImage, CGPoint, CGRect) |
Los desarrolladores no deben usar este método en desuso. Los desarrolladores deben usar "DrawImage (image, CGRect, CGRect)" en su lugar. |
DrawImage(CIImage, CGRect, CGRect) |
Dibuja la |
DrawImage(CIImage, CGPoint, CGRect)
Los desarrolladores no deben usar este método en desuso. Los desarrolladores deben usar "DrawImage (image, CGRect, CGRect)" en su lugar.
[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
Se aplica a
DrawImage(CIImage, CGRect, CGRect)
Dibuja la fromRect
parte de inRectangle
en el rectángulo en el 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