NSImage.ImageWithSize(CGSize, Boolean, NSCustomImageRepDrawingHandler) 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("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
- drawingHandler
- NSCustomImageRepDrawingHandler
Returns
- Attributes