Share via


CTRunDelegate Class

Definition

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

public class CTRunDelegate : CoreFoundation.NativeObject, IDisposable
type CTRunDelegate = class
    inherit NativeObject
    interface IDisposable
Inheritance
Implements

Constructors

Name Description
CTRunDelegate(CTRunDelegateOperations)

Properties

Name Description
Handle (Inherited from DisposableObject)
Operations
Owns (Inherited from DisposableObject)

Methods

Name Description
ClearHandle() (Inherited from DisposableObject)
Dispose() (Inherited from DisposableObject)
Dispose(Boolean) (Inherited from NativeObject)
Equals(Object) (Inherited from DisposableObject)
GetCheckedHandle() (Inherited from DisposableObject)
GetHashCode() (Inherited from DisposableObject)
InitializeHandle(NativeHandle) (Inherited from DisposableObject)
Release() (Inherited from NativeObject)
Retain() (Inherited from NativeObject)

Extension Methods

Name Description
GetHandle(INativeObject)
GetNonNullHandle(INativeObject, String)

Applies to

See also