NSImage.HitTestRect 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.
[Foundation.Export("hitTestRect:withImageDestinationRect:context:hints:flipped:")]
public virtual bool HitTestRect (CoreGraphics.CGRect testRectDestSpace, CoreGraphics.CGRect imageRectDestSpace, AppKit.NSGraphicsContext context, Foundation.NSDictionary hints, bool flipped);
abstract member HitTestRect : CoreGraphics.CGRect * CoreGraphics.CGRect * AppKit.NSGraphicsContext * Foundation.NSDictionary * bool -> bool
override this.HitTestRect : CoreGraphics.CGRect * CoreGraphics.CGRect * AppKit.NSGraphicsContext * Foundation.NSDictionary * bool -> bool
Parameters
- testRectDestSpace
- CGRect
- imageRectDestSpace
- CGRect
- context
- NSGraphicsContext
- hints
- NSDictionary
- flipped
- Boolean
Returns
- Attributes