NSImage.ImageWithSize(CGSize, Boolean, NSCustomImageRepDrawingHandler) Method

Definition

[Foundation.Export("imageWithSize:flipped:drawingHandler:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 8, ObjCRuntime.PlatformArchitecture.All, null)]
public static AppKit.NSImage ImageWithSize (CoreGraphics.CGSize size, bool flipped, AppKit.NSCustomImageRepDrawingHandler drawingHandler);
static member ImageWithSize : CoreGraphics.CGSize * bool * AppKit.NSCustomImageRepDrawingHandler -> AppKit.NSImage

Parameters

size
CGSize
flipped
Boolean

Returns

Attributes

Applies to