NSImageRep.DrawInRect Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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
Parameters
- rect
- CGRect
Returns
- Attributes
Applies to
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
Parameters
- dstSpacePortionRect
- CGRect
- srcSpacePortionRect
- CGRect
- requestedAlpha
- nfloat
- respectContextIsFlipped
- Boolean
- hints
- NSDictionary
Returns
- Attributes