GRGlInterface.AssembleInterface Method

Definition

Overloads

AssembleInterface(GRGlGetProcDelegate)
Obsolete.

Assemble an platform-specific GRGlInterface using the specified delegate.

AssembleInterface(Object, GRGlGetProcDelegate)
Obsolete.

Assemble an platform-specific GRGlInterface using the specified context and delegate.

AssembleInterface(GRGlGetProcDelegate)

Caution

Use Create(GRGlGetProcedureAddressDelegate) instead.

Assemble an platform-specific GRGlInterface using the specified delegate.

public static SkiaSharp.GRGlInterface AssembleInterface (SkiaSharp.GRGlGetProcDelegate get);
[System.Obsolete("Use Create(GRGlGetProcedureAddressDelegate) instead.")]
public static SkiaSharp.GRGlInterface AssembleInterface (SkiaSharp.GRGlGetProcDelegate get);

Parameters

get
GRGlGetProcDelegate

The delegate used to locate entry points.

Returns

Returns the new GRGlInterface, or null if one could not be created.

Attributes

Applies to

AssembleInterface(Object, GRGlGetProcDelegate)

Caution

Use Create(GRGlGetProcedureAddressDelegate) instead.

Assemble an platform-specific GRGlInterface using the specified context and delegate.

public static SkiaSharp.GRGlInterface AssembleInterface (object context, SkiaSharp.GRGlGetProcDelegate get);
[System.Obsolete("Use Create(GRGlGetProcedureAddressDelegate) instead.")]
public static SkiaSharp.GRGlInterface AssembleInterface (object context, SkiaSharp.GRGlGetProcDelegate get);

Parameters

context
Object

The user data to use in the delegate.

get
GRGlGetProcDelegate

The delegate used to locate entry points.

Returns

Returns the new GRGlInterface, or null if one could not be created.

Attributes

Applies to