Table of Contents

Class PixbufNonAnim

Namespace
GdkPixbuf
Assembly
GdkPixbuf-2.0.dll
public class PixbufNonAnim : PixbufAnimation, IDisposable, NativeObject, GTypeProvider, InstanceFactory
Inheritance
PixbufNonAnim
Implements
Inherited Members

Constructors

PixbufNonAnim(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 PixbufNonAnim(params ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

PixbufNonAnim(CreationData)

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

Parameters

data CreationData

PixbufNonAnim(PixbufNonAnimHandle)

protected PixbufNonAnim(PixbufNonAnimHandle handle)

Parameters

handle PixbufNonAnimHandle

Methods

GetGType()

public static Type GetGType()

Returns

Type

New(Pixbuf)

public static PixbufNonAnim New(Pixbuf pixbuf)

Parameters

pixbuf Pixbuf

Returns

PixbufNonAnim

NewFromPointer(nint, bool)

Creates a new managed PixbufNonAnim instance for a given pointer.

public static PixbufNonAnim NewFromPointer(nint ptr, bool ownsHandle)

Parameters

ptr nint
ownsHandle bool

Returns

PixbufNonAnim

NewWithProperties(ConstructArgument[])

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

public static PixbufNonAnim NewWithProperties(ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

The properties to set.

Returns

PixbufNonAnim