Table of Contents

Class PrimaryInfo

Namespace
ImageMagick
Assembly
Magick.NET-Q16-AnyCPU.dll

PrimaryInfo information.

public class PrimaryInfo : IPrimaryInfo, IEquatable<IPrimaryInfo?>
Inheritance
PrimaryInfo
Implements
IPrimaryInfo
IEquatable<IPrimaryInfo>
Inherited Members

Constructors

PrimaryInfo(double, double, double)

Initializes a new instance of the PrimaryInfo class.

public PrimaryInfo(double x, double y, double z)

Parameters

x double

The x value.

y double

The y value.

z double

The z value.

Properties

X

Gets the X value.

public double X { get; }

Property Value

double

Y

Gets the Y value.

public double Y { get; }

Property Value

double

Z

Gets the Z value.

public double Z { get; }

Property Value

double

Methods

Equals(IPrimaryInfo?)

Determines whether the specified ImageMagick.IPrimaryInfo is equal to the current PrimaryInfo.

public bool Equals(IPrimaryInfo? other)

Parameters

other IPrimaryInfo

The ImageMagick.IPrimaryInfo to compare this PrimaryInfo with.

Returns

bool

True when the specified ImageMagick.IPrimaryInfo is equal to the current PrimaryInfo.

GetHashCode()

Serves as a hash of this type.

public override int GetHashCode()

Returns

int

A hash code for the current instance.