CIContext.DrawImage Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
DrawImage(CIImage, CGPoint, CGRect) |
Les développeurs ne doivent pas utiliser cette méthode dépréciée. Les développeurs doivent utiliser « DrawImage (image, CGRect, CGRect) » à la place. |
DrawImage(CIImage, CGRect, CGRect) |
Dessine la |
DrawImage(CIImage, CGPoint, CGRect)
Les développeurs ne doivent pas utiliser cette méthode dépréciée. Les développeurs doivent utiliser « DrawImage (image, CGRect, CGRect) » à la place.
[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
Paramètres
- image
- CIImage
- atPoint
- CGPoint
- fromRect
- CGRect
- Attributs
S’applique à
DrawImage(CIImage, CGRect, CGRect)
Dessine la fromRect
partie de inRectangle
dans le rectangle dans le contexte spécifié par 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
Paramètres
- image
- CIImage
- inRectangle
- CGRect
- fromRectangle
- CGRect
- Attributs