Table of Contents

Class PixbufFormat

Namespace
GdkPixbuf
Assembly
GdkPixbuf-2.0.dll
public sealed class PixbufFormat : BoxedRecord, IEquatable<PixbufFormat>
Inheritance
PixbufFormat
Implements
Inherited Members

Constructors

PixbufFormat()

public PixbufFormat()

PixbufFormat(PixbufFormatOwnedHandle)

public PixbufFormat(PixbufFormatOwnedHandle handle)

Parameters

handle PixbufFormatOwnedHandle

Properties

Description

public string? Description { get; set; }

Property Value

string

Disabled

public bool Disabled { get; set; }

Property Value

bool

Domain

public string? Domain { get; set; }

Property Value

string

Flags

public uint Flags { get; set; }

Property Value

uint

Handle

public PixbufFormatOwnedHandle Handle { get; }

Property Value

PixbufFormatOwnedHandle

License

public string? License { get; set; }

Property Value

string

Name

public string? Name { get; set; }

Property Value

string

Methods

Copy()

[Version("2.22")]
public PixbufFormat Copy()

Returns

PixbufFormat

Equals(PixbufFormat?)

Indicates whether the current object is equal to another object of the same type.

public bool Equals(PixbufFormat? other)

Parameters

other PixbufFormat

An object to compare with this object.

Returns

bool

true if the current object is equal to the other parameter; otherwise, false.

Equals(object?)

Determines whether the specified object is equal to the current object.

public override bool Equals(object? obj)

Parameters

obj object

The object to compare with the current object.

Returns

bool

true if the specified object is equal to the current object; otherwise, false.

Free()

[Version("2.22")]
public void Free()

GetDescription()

[Version("2.2")]
public string GetDescription()

Returns

string

GetExtensions()

[Version("2.2")]
public string[] GetExtensions()

Returns

string[]

GetGType()

public static Type GetGType()

Returns

Type

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.

GetLicense()

[Version("2.6")]
public string GetLicense()

Returns

string

GetMimeTypes()

[Version("2.2")]
public string[] GetMimeTypes()

Returns

string[]

GetName()

[Version("2.2")]
public string GetName()

Returns

string

IsDisabled()

[Version("2.6")]
public bool IsDisabled()

Returns

bool

IsSaveOptionSupported(string)

[Version("2.36")]
public bool IsSaveOptionSupported(string optionKey)

Parameters

optionKey string

Returns

bool

IsScalable()

[Version("2.6")]
public bool IsScalable()

Returns

bool

IsWritable()

[Version("2.2")]
public bool IsWritable()

Returns

bool

SetDisabled(bool)

[Version("2.6")]
public void SetDisabled(bool disabled)

Parameters

disabled bool