Table of Contents

Class NglRenderer

Namespace
Gsk
Assembly
Gsk-4.0.dll
public class NglRenderer : Renderer, IDisposable, NativeObject, GTypeProvider, InstanceFactory
Inheritance
NglRenderer
Implements
Inherited Members

Constructors

NglRenderer(params ConstructArgument[])

[Obsolete("Regular C# constructors on native classes will be removed in a future version. Please see the linked documentation for more details. It contains scenarios and possible solutions to prepare for the upcoming changes.", DiagnosticId = "GirCore1007", UrlFormat = "https://gircore.github.io/docs/integration/diagnostic/1007.html")]
public NglRenderer(params ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

NglRenderer(CreationData)

[Obsolete("This constructor is a workaround to keep legacy APIs alive. Do not use it.")]
protected NglRenderer(CreationData data)

Parameters

data CreationData

NglRenderer(NglRendererHandle)

protected NglRenderer(NglRendererHandle handle)

Parameters

handle NglRendererHandle

Methods

GetGType()

public static Type GetGType()

Returns

Type

New()

public static NglRenderer New()

Returns

NglRenderer

NewFromPointer(nint, bool)

Creates a new managed NglRenderer instance for a given pointer.

public static NglRenderer NewFromPointer(nint ptr, bool ownsHandle)

Parameters

ptr nint
ownsHandle bool

Returns

NglRenderer

NewWithProperties(ConstructArgument[])

Creates a new NglRenderer and sets the properties specified by the construct arguments.

public static NglRenderer NewWithProperties(ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

The properties to set.

Returns

NglRenderer