Table of Contents

Class MatrixHandle

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

Constructors

MatrixHandle(bool)

protected MatrixHandle(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(MatrixHandle?)

Indicates whether the current object is equal to another object of the same type.

public bool Equals(MatrixHandle? other)

Parameters

other MatrixHandle

An object to compare with this object.

Returns

bool

true if the current object is equal to the other parameter; otherwise, false.

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.

GetX0()

public double GetX0()

Returns

double

GetXx()

public double GetXx()

Returns

double

GetXy()

public double GetXy()

Returns

double

GetY0()

public double GetY0()

Returns

double

GetYx()

public double GetYx()

Returns

double

GetYy()

public double GetYy()

Returns

double

OwnedCopy()

public MatrixOwnedHandle OwnedCopy()

Returns

MatrixOwnedHandle

SetX0(double)

public void SetX0(double value)

Parameters

value double

SetXx(double)

public void SetXx(double value)

Parameters

value double

SetXy(double)

public void SetXy(double value)

Parameters

value double

SetY0(double)

public void SetY0(double value)

Parameters

value double

SetYx(double)

public void SetYx(double value)

Parameters

value double

SetYy(double)

public void SetYy(double value)

Parameters

value double

UnownedCopy()

public MatrixUnownedHandle UnownedCopy()

Returns

MatrixUnownedHandle