Share via


NSImageRep.AsCGImage(CGRect, NSGraphicsContext, NSDictionary) Method

Definition

[Foundation.Export("CGImageForProposedRect:context:hints:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual CoreGraphics.CGImage AsCGImage(ref CoreGraphics.CGRect proposedDestRect, AppKit.NSGraphicsContext? context, Foundation.NSDictionary? hints);
[<Foundation.Export("CGImageForProposedRect:context:hints:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member AsCGImage : CGRect * AppKit.NSGraphicsContext * Foundation.NSDictionary -> CoreGraphics.CGImage
override this.AsCGImage : CGRect * AppKit.NSGraphicsContext * Foundation.NSDictionary -> CoreGraphics.CGImage

Parameters

proposedDestRect
CGRect
hints
NSDictionary

Returns

Attributes

Applies to