NSCustomImageRep 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
NSCustomImageRep(NSCoder) | |
NSCustomImageRep(NSObjectFlag) | |
NSCustomImageRep(IntPtr) | |
NSCustomImageRep(Selector, NSObject) | |
NSCustomImageRep(CGSize, Boolean, NSCustomImageRepDrawingHandler) |
NSCustomImageRep(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSCustomImageRep (Foundation.NSCoder coder);
new AppKit.NSCustomImageRep : Foundation.NSCoder -> AppKit.NSCustomImageRep
Paramètres
- coder
- NSCoder
- Attributs
S’applique à
NSCustomImageRep(NSObjectFlag)
protected NSCustomImageRep (Foundation.NSObjectFlag t);
new AppKit.NSCustomImageRep : Foundation.NSObjectFlag -> AppKit.NSCustomImageRep
Paramètres
S’applique à
NSCustomImageRep(IntPtr)
protected internal NSCustomImageRep (IntPtr handle);
new AppKit.NSCustomImageRep : nativeint -> AppKit.NSCustomImageRep
Paramètres
- handle
-
IntPtr
nativeint
S’applique à
NSCustomImageRep(Selector, NSObject)
[Foundation.Export("initWithDrawSelector:delegate:")]
public NSCustomImageRep (ObjCRuntime.Selector drawSelectorMethod, Foundation.NSObject delegateObject);
new AppKit.NSCustomImageRep : ObjCRuntime.Selector * Foundation.NSObject -> AppKit.NSCustomImageRep
Paramètres
- drawSelectorMethod
- Selector
- delegateObject
- NSObject
- Attributs
S’applique à
NSCustomImageRep(CGSize, Boolean, NSCustomImageRepDrawingHandler)
[Foundation.Export("initWithSize:flipped:drawingHandler:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 8, ObjCRuntime.PlatformArchitecture.All, null)]
public NSCustomImageRep (CoreGraphics.CGSize size, bool flipped, AppKit.NSCustomImageRepDrawingHandler drawingHandler);
new AppKit.NSCustomImageRep : CoreGraphics.CGSize * bool * AppKit.NSCustomImageRepDrawingHandler -> AppKit.NSCustomImageRep
Paramètres
- size
- CGSize
- flipped
- Boolean
- drawingHandler
- NSCustomImageRepDrawingHandler
- Attributs