NSImageRep.DrawInRect 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
DrawInRect(CGRect) | |
DrawInRect(CGRect, CGRect, NSCompositingOperation, nfloat, Boolean, NSDictionary) |
DrawInRect(CGRect)
[Foundation.Export("drawInRect:")]
public virtual bool DrawInRect (CoreGraphics.CGRect rect);
abstract member DrawInRect : CoreGraphics.CGRect -> bool
override this.DrawInRect : CoreGraphics.CGRect -> bool
Parámetros
- rect
- CGRect
Devoluciones
- Atributos
Se aplica a
DrawInRect(CGRect, CGRect, NSCompositingOperation, nfloat, Boolean, NSDictionary)
[Foundation.Export("drawInRect:fromRect:operation:fraction:respectFlipped:hints:")]
public virtual bool DrawInRect (CoreGraphics.CGRect dstSpacePortionRect, CoreGraphics.CGRect srcSpacePortionRect, AppKit.NSCompositingOperation op, nfloat requestedAlpha, bool respectContextIsFlipped, Foundation.NSDictionary hints);
abstract member DrawInRect : CoreGraphics.CGRect * CoreGraphics.CGRect * AppKit.NSCompositingOperation * nfloat * bool * Foundation.NSDictionary -> bool
override this.DrawInRect : CoreGraphics.CGRect * CoreGraphics.CGRect * AppKit.NSCompositingOperation * nfloat * bool * Foundation.NSDictionary -> bool
Parámetros
- dstSpacePortionRect
- CGRect
- srcSpacePortionRect
- CGRect
- requestedAlpha
- nfloat
- respectContextIsFlipped
- Boolean
- hints
- NSDictionary
Devoluciones
- Atributos