Class MatrixHandle
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
Methods
Equals(MatrixHandle?)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(MatrixHandle? other)
Parameters
other
MatrixHandleAn object to compare with this object.
Returns
Equals(object?)
Determines whether the specified object is equal to the current object.
public override bool Equals(object? obj)
Parameters
obj
objectThe object to compare with the current object.
Returns
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
GetXx()
public double GetXx()
Returns
GetXy()
public double GetXy()
Returns
GetY0()
public double GetY0()
Returns
GetYx()
public double GetYx()
Returns
GetYy()
public double GetYy()
Returns
OwnedCopy()
public MatrixOwnedHandle OwnedCopy()
Returns
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()