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
constructArgumentsConstructArgument[]
PixbufNonAnim(CreationData)
[Obsolete("This constructor is a workaround to keep legacy APIs alive. Do not use it.")]
protected PixbufNonAnim(CreationData data)
Parameters
dataCreationData
PixbufNonAnim(PixbufNonAnimHandle)
protected PixbufNonAnim(PixbufNonAnimHandle handle)
Parameters
handlePixbufNonAnimHandle
Methods
GetGType()
public static Type GetGType()
Returns
New(Pixbuf)
public static PixbufNonAnim New(Pixbuf pixbuf)
Parameters
pixbufPixbuf
Returns
NewFromPointer(nint, bool)
Creates a new managed PixbufNonAnim instance for a given pointer.
public static PixbufNonAnim NewFromPointer(nint ptr, bool ownsHandle)
Parameters
Returns
NewWithProperties(ConstructArgument[])
Creates a new PixbufNonAnim and sets the properties specified by the construct arguments.
public static PixbufNonAnim NewWithProperties(ConstructArgument[] constructArguments)
Parameters
constructArgumentsConstructArgument[]The properties to set.