CGFunction Class

Definition

A callback function to be used with various N:CoreGraphics functions.

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

Constructors

CGFunction(nfloat[], nfloat[], CGFunction+CGFunctionEvaluate)

Properties

EvaluateFunction
Handle

Handle (pointer) to the unmanaged object representation.

Methods

Dispose()

Releases the resources used by the CGFunction object.

Dispose(Boolean)

Releases the resources used by the CGFunction object.

Finalize()

Finalizer for the CGFunction object

Applies to