Share via


IIKImageEditPanelDataSource Interface

Definition

This interface represents the Objective-C protocol IKImageEditPanelDataSource.

[Foundation.Protocol(Name="IKImageEditPanelDataSource", WrapperType=typeof(ImageKit.IKImageEditPanelDataSourceWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="SetImageAndProperties", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(CoreGraphics.CGImage), typeof(Foundation.NSDictionary) }, Selector="setImage:imageProperties:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetThumbnail", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(CoreGraphics.CGSize) }, ReturnType=typeof(CoreGraphics.CGImage), Selector="thumbnailWithMaximumSize:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="image", IsProperty=true, IsRequired=true, IsStatic=false, Name="Image", PropertyType=typeof(CoreGraphics.CGImage), Selector="image")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="imageProperties", IsProperty=true, IsRequired=false, IsStatic=false, Name="ImageProperties", PropertyType=typeof(Foundation.NSDictionary), Selector="imageProperties")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="hasAdjustMode", IsProperty=true, IsRequired=false, IsStatic=false, Name="HasAdjustMode", PropertyType=typeof(System.Boolean), Selector="hasAdjustMode")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="hasEffectsMode", IsProperty=true, IsRequired=false, IsStatic=false, Name="HasEffectsMode", PropertyType=typeof(System.Boolean), Selector="hasEffectsMode")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="hasDetailsMode", IsProperty=true, IsRequired=false, IsStatic=false, Name="HasDetailsMode", PropertyType=typeof(System.Boolean), Selector="hasDetailsMode")]
public interface IIKImageEditPanelDataSource : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(Name="IKImageEditPanelDataSource", WrapperType=typeof(ImageKit.IKImageEditPanelDataSourceWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="SetImageAndProperties", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(CoreGraphics.CGImage), typeof(Foundation.NSDictionary) }, Selector="setImage:imageProperties:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetThumbnail", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(CoreGraphics.CGSize) }, ReturnType=typeof(CoreGraphics.CGImage), Selector="thumbnailWithMaximumSize:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="image", IsProperty=true, IsRequired=true, IsStatic=false, Name="Image", PropertyType=typeof(CoreGraphics.CGImage), Selector="image")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="imageProperties", IsProperty=true, IsRequired=false, IsStatic=false, Name="ImageProperties", PropertyType=typeof(Foundation.NSDictionary), Selector="imageProperties")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="hasAdjustMode", IsProperty=true, IsRequired=false, IsStatic=false, Name="HasAdjustMode", PropertyType=typeof(System.Boolean), Selector="hasAdjustMode")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="hasEffectsMode", IsProperty=true, IsRequired=false, IsStatic=false, Name="HasEffectsMode", PropertyType=typeof(System.Boolean), Selector="hasEffectsMode")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="hasDetailsMode", IsProperty=true, IsRequired=false, IsStatic=false, Name="HasDetailsMode", PropertyType=typeof(System.Boolean), Selector="hasDetailsMode")>]
type IIKImageEditPanelDataSource = interface
    interface INativeObject
    interface IDisposable
Derived
Attributes
Implements

Remarks

A class that implements this interface (and subclasses NSObject) will be exported to Objective-C as implementing the Objective-C protocol this interface represents.

A class may also implement members from this interface to implement members from the protocol.

Applies to