Table of Contents

Class GlyphVisAttr

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

Constructors

GlyphVisAttr()

public GlyphVisAttr()

GlyphVisAttr(GlyphVisAttrOwnedHandle)

public GlyphVisAttr(GlyphVisAttrOwnedHandle handle)

Parameters

handle GlyphVisAttrOwnedHandle

Properties

Handle

public GlyphVisAttrOwnedHandle Handle { get; }

Property Value

GlyphVisAttrOwnedHandle

IsClusterStart

public uint IsClusterStart { get; set; }

Property Value

uint

IsColor

public uint IsColor { get; set; }

Property Value

uint

Methods

Equals(GlyphVisAttr?)

public bool Equals(GlyphVisAttr? other)

Parameters

other GlyphVisAttr

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.