NSCachedImageRep Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
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
Paramètres
- coder
- NSCoder
- Attributs
S’applique à
NSCachedImageRep(NSObjectFlag)
protected NSCachedImageRep (Foundation.NSObjectFlag t);
new AppKit.NSCachedImageRep : Foundation.NSObjectFlag -> AppKit.NSCachedImageRep
Paramètres
S’applique à
NSCachedImageRep(IntPtr)
protected internal NSCachedImageRep (IntPtr handle);
new AppKit.NSCachedImageRep : nativeint -> AppKit.NSCachedImageRep
Paramètres
- handle
-
IntPtr
nativeint
S’applique à
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
Paramètres
- win
- NSWindow
- rect
- CGRect
- Attributs
S’applique à
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
Paramètres
- size
- CGSize
- depth
- NSWindowDepth
- separate
- Boolean
- alpha
- Boolean
- Attributs