CTRunDelegate Class

Definition

A delegate object that can be used to handle CTRunDelegateOperations on a CTRun.

public class CTRunDelegate : IDisposable, ObjCRuntime.INativeObject
type CTRunDelegate = class
    interface INativeObject
    interface IDisposable
Inheritance
CTRunDelegate
Implements

Constructors

CTRunDelegate(CTRunDelegateOperations)

Properties

Handle

Handle (pointer) to the unmanaged object representation.

Operations

Methods

Dispose()

Releases the resources used by the CTRunDelegate object.

Dispose(Boolean)

Releases the resources used by the CTRunDelegate object.

Finalize()

Finalizer for the CTRunDelegate object

Applies to

See also