Table of Contents

Class Analysis

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

Constructors

Analysis()

public Analysis()

Analysis(AnalysisOwnedHandle)

public Analysis(AnalysisOwnedHandle handle)

Parameters

handle AnalysisOwnedHandle

Properties

Flags

public byte Flags { get; set; }

Property Value

byte

Gravity

public byte Gravity { get; set; }

Property Value

byte

Handle

public AnalysisOwnedHandle Handle { get; }

Property Value

AnalysisOwnedHandle

Level

public byte Level { get; set; }

Property Value

byte

Script

public byte Script { get; set; }

Property Value

byte

Methods

Equals(Analysis?)

public bool Equals(Analysis? other)

Parameters

other Analysis

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.