Table of Contents

Class AttrSizeHandle

Namespace
Pango.Internal
Assembly
Pango-1.0.dll
public abstract class AttrSizeHandle : SafeHandle, IDisposable
Inheritance
AttrSizeHandle
Implements
Derived
Inherited Members

Constructors

AttrSizeHandle(bool)

protected AttrSizeHandle(bool ownsHandle)

Parameters

ownsHandle bool

Properties

IsInvalid

When overridden in a derived class, gets a value indicating whether the handle value is invalid.

public override sealed bool IsInvalid { get; }

Property Value

bool

true if the handle value is invalid; otherwise, false.

Methods

Equals(AttrSizeHandle?)

public bool Equals(AttrSizeHandle? other)

Parameters

other AttrSizeHandle

Returns

bool

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.

GetAbsolute()

public uint GetAbsolute()

Returns

uint

GetAttr()

public AttributeData GetAttr()

Returns

AttributeData

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.

GetSize()

public int GetSize()

Returns

int

SetAbsolute(uint)

public void SetAbsolute(uint value)

Parameters

value uint

SetAttr(AttributeData)

public void SetAttr(AttributeData value)

Parameters

value AttributeData

SetSize(int)

public void SetSize(int value)

Parameters

value int