INSImageDelegate Interface

Definition

[Foundation.Protocol(Name="NSImageDelegate", WrapperType=typeof(AppKit.NSImageDelegateWrapper))]
public interface INSImageDelegate : IDisposable, ObjCRuntime.INativeObject
type INSImageDelegate = interface
    interface INativeObject
    interface IDisposable
Derived
Attributes
Implements

Properties

Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Extension Methods

DidLoadPartOfRepresentation(INSImageDelegate, NSImage, NSImageRep, nint)
DidLoadRepresentation(INSImageDelegate, NSImage, NSImageRep, NSImageLoadStatus)
DidLoadRepresentationHeader(INSImageDelegate, NSImage, NSImageRep)
ImageDidNotDraw(INSImageDelegate, NSObject, CGRect)
WillLoadRepresentation(INSImageDelegate, NSImage, NSImageRep)

Applies to