NSImageDelegate.DidLoadRepresentation 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("image:didLoadRepresentation:withStatus:")]
public virtual void DidLoadRepresentation (AppKit.NSImage image, AppKit.NSImageRep rep, AppKit.NSImageLoadStatus status);
abstract member DidLoadRepresentation : AppKit.NSImage * AppKit.NSImageRep * AppKit.NSImageLoadStatus -> unit
override this.DidLoadRepresentation : AppKit.NSImage * AppKit.NSImageRep * AppKit.NSImageLoadStatus -> unit
Parameters
- image
- NSImage
- rep
- NSImageRep
- status
- NSImageLoadStatus
- Attributes