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
Disabled
public bool Disabled { get; set; }
Property Value
Domain
public string? Domain { get; set; }
Property Value
Flags
public uint Flags { get; set; }
Property Value
Handle
public PixbufFormatOwnedHandle Handle { get; }
Property Value
License
public string? License { get; set; }
Property Value
Name
public string? Name { get; set; }
Property Value
Methods
Copy()
[Version("2.22")]
public PixbufFormat Copy()
Returns
Equals(PixbufFormat?)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(PixbufFormat? other)
Parameters
other
PixbufFormatAn object to compare with this object.
Returns
Equals(object?)
Determines whether the specified object is equal to the current object.
public override bool Equals(object? obj)
Parameters
obj
objectThe object to compare with the current object.
Returns
Free()
[Version("2.22")]
public void Free()
GetDescription()
[Version("2.2")]
public string GetDescription()
Returns
GetExtensions()
[Version("2.2")]
public string[] GetExtensions()
Returns
- string[]
GetGType()
public static Type GetGType()
Returns
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
GetMimeTypes()
[Version("2.2")]
public string[] GetMimeTypes()
Returns
- string[]
GetName()
[Version("2.2")]
public string GetName()
Returns
IsDisabled()
[Version("2.6")]
public bool IsDisabled()
Returns
IsSaveOptionSupported(string)
[Version("2.36")]
public bool IsSaveOptionSupported(string optionKey)
Parameters
optionKey
string
Returns
IsScalable()
[Version("2.6")]
public bool IsScalable()
Returns
IsWritable()
[Version("2.2")]
public bool IsWritable()
Returns
SetDisabled(bool)
[Version("2.6")]
public void SetDisabled(bool disabled)
Parameters
disabled
bool