Table of Contents

Class AttrSize

Namespace
Pango
Assembly
Pango-1.0.dll
public sealed class AttrSize
Inheritance
AttrSize
Inherited Members

Constructors

AttrSize()

public AttrSize()

AttrSize(AttrSizeOwnedHandle)

public AttrSize(AttrSizeOwnedHandle handle)

Parameters

handle AttrSizeOwnedHandle

Properties

Absolute

public uint Absolute { get; set; }

Property Value

uint

Handle

public AttrSizeOwnedHandle Handle { get; }

Property Value

AttrSizeOwnedHandle

Size

public int Size { get; set; }

Property Value

int

Methods

Equals(AttrSize?)

public bool Equals(AttrSize? other)

Parameters

other AttrSize

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.

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.

New(int)

public static Attribute New(int size)

Parameters

size int

Returns

Attribute

NewAbsolute(int)

[Version("1.8")]
public static Attribute NewAbsolute(int size)

Parameters

size int

Returns

Attribute