CICMYKHalftone Constructors

Definition

Overloads

CICMYKHalftone()

Creates a CICMYKHalftone with default values

CICMYKHalftone(IntPtr)

A constructor used when creating managed representations of unmanaged objects; Called by the runtime.

CICMYKHalftone()

Creates a CICMYKHalftone with default values

public CICMYKHalftone ();

Applies to

CICMYKHalftone(IntPtr)

A constructor used when creating managed representations of unmanaged objects; Called by the runtime.

public CICMYKHalftone (IntPtr handle);
new CoreImage.CICMYKHalftone : nativeint -> CoreImage.CICMYKHalftone

Parameters

handle
IntPtr

nativeint

Pointer (handle) to the unmanaged object.

Remarks

This constructor is invoked by the runtime infrastructure (GetNSObject(IntPtr)) to create a new managed representation for a pointer to an unmanaged Objective-C object. Developers should not invoke this method directly, instead they should call the GetNSObject method as it will prevent two instances of a managed object to point to the same native object.

Applies to