NSCachedImageRep Constructors
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
NSCachedImageRep(NSCoder) | |
NSCachedImageRep(NSObjectFlag) | |
NSCachedImageRep(IntPtr) | |
NSCachedImageRep(NSWindow, CGRect) | |
NSCachedImageRep(CGSize, NSWindowDepth, Boolean, Boolean) |
NSCachedImageRep(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSCachedImageRep (Foundation.NSCoder coder);
new AppKit.NSCachedImageRep : Foundation.NSCoder -> AppKit.NSCachedImageRep
Parameters
- coder
- NSCoder
- Attributes
Applies to
NSCachedImageRep(NSObjectFlag)
protected NSCachedImageRep (Foundation.NSObjectFlag t);
new AppKit.NSCachedImageRep : Foundation.NSObjectFlag -> AppKit.NSCachedImageRep
Parameters
Applies to
NSCachedImageRep(IntPtr)
protected internal NSCachedImageRep (IntPtr handle);
new AppKit.NSCachedImageRep : nativeint -> AppKit.NSCachedImageRep
Parameters
- handle
-
IntPtr
nativeint
Applies to
NSCachedImageRep(NSWindow, CGRect)
[Foundation.Export("initWithWindow:rect:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 6, ObjCRuntime.PlatformArchitecture.All, null)]
public NSCachedImageRep (AppKit.NSWindow win, CoreGraphics.CGRect rect);
new AppKit.NSCachedImageRep : AppKit.NSWindow * CoreGraphics.CGRect -> AppKit.NSCachedImageRep
Parameters
- win
- NSWindow
- rect
- CGRect
- Attributes
Applies to
NSCachedImageRep(CGSize, NSWindowDepth, Boolean, Boolean)
[Foundation.Export("initWithSize:depth:separate:alpha:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 6, ObjCRuntime.PlatformArchitecture.All, null)]
public NSCachedImageRep (CoreGraphics.CGSize size, AppKit.NSWindowDepth depth, bool separate, bool alpha);
new AppKit.NSCachedImageRep : CoreGraphics.CGSize * AppKit.NSWindowDepth * bool * bool -> AppKit.NSCachedImageRep
Parameters
- size
- CGSize
- depth
- NSWindowDepth
- separate
- Boolean
- alpha
- Boolean
- Attributes