CIFilterGenerator.ConnectObject(NSObject, String, NSObject, String) Method

Definition

[Foundation.Export("connectObject:withKey:toObject:withKey:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void ConnectObject(Foundation.NSObject sourceObject, string? withSourceKey, Foundation.NSObject targetObject, string targetKey);
[<Foundation.Export("connectObject:withKey:toObject:withKey:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ConnectObject : Foundation.NSObject * string * Foundation.NSObject * string -> unit
override this.ConnectObject : Foundation.NSObject * string * Foundation.NSObject * string -> unit

Parameters

sourceObject
NSObject
withSourceKey
String
targetObject
NSObject
targetKey
String
Attributes

Applies to