GRGlInterface.AssembleAngleInterface Method

Definition

Overloads

AssembleAngleInterface(GRGlGetProcDelegate)
Obsolete.

Assemble an ANGLE GRGlInterface using the specified delegate.

AssembleAngleInterface(Object, GRGlGetProcDelegate)
Obsolete.

Assemble an ANGLE GRGlInterface using the specified context and delegate.

AssembleAngleInterface(GRGlGetProcDelegate)

Caution

Use CreateAngle(GRGlGetProcedureAddressDelegate) instead.

Assemble an ANGLE GRGlInterface using the specified delegate.

public static SkiaSharp.GRGlInterface AssembleAngleInterface (SkiaSharp.GRGlGetProcDelegate get);
[System.Obsolete("Use CreateAngle(GRGlGetProcedureAddressDelegate) instead.")]
public static SkiaSharp.GRGlInterface AssembleAngleInterface (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

AssembleAngleInterface(Object, GRGlGetProcDelegate)

Caution

Use CreateAngle(GRGlGetProcedureAddressDelegate) instead.

Assemble an ANGLE GRGlInterface using the specified context and delegate.

public static SkiaSharp.GRGlInterface AssembleAngleInterface (object context, SkiaSharp.GRGlGetProcDelegate get);
[System.Obsolete("Use CreateAngle(GRGlGetProcedureAddressDelegate) instead.")]
public static SkiaSharp.GRGlInterface AssembleAngleInterface (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