xamarinmac
namespace AppKit
{
[Protocol(Name = "NSImageDelegate", WrapperType = typeof(NSImageDelegateWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "WillLoadRepresentation", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(NSImage), typeof(NSImageRep) }, Selector = "image:willLoadRepresentation:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidLoadRepresentationHeader", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(NSImage), typeof(NSImageRep) }, Selector = "image:didLoadRepresentationHeader:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidLoadPartOfRepresentation", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(NSImage), typeof(NSImageRep), typeof(nint) }, Selector = "image:didLoadPartOfRepresentation:withValidRows:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidLoadRepresentation", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(NSImage), typeof(NSImageRep), typeof(NSImageLoadStatus) }, Selector = "image:didLoadRepresentation:withStatus:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ImageDidNotDraw", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(NSObject), typeof(CGRect) }, ReturnType = typeof(NSImage), Selector = "imageDidNotDraw:inRect:")]
public interface INSImageDelegate : INativeObject, IDisposable
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to xamarinmac | |
Assembly | Xamarin.Mac , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |