Class PrimaryInfo
- Namespace
- ImageMagick
- Assembly
- Magick.NET-Q16-AnyCPU.dll
PrimaryInfo information.
public class PrimaryInfo : IPrimaryInfo, IEquatable<IPrimaryInfo?>
- Inheritance
-
PrimaryInfo
- Implements
-
IPrimaryInfoIEquatable<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
Properties
X
Gets the X value.
public double X { get; }
Property Value
Y
Gets the Y value.
public double Y { get; }
Property Value
Z
Gets the Z value.
public double Z { get; }
Property Value
Methods
Equals(IPrimaryInfo?)
Determines whether the specified ImageMagick.IPrimaryInfo is equal to the current PrimaryInfo.
public bool Equals(IPrimaryInfo? other)
Parameters
other
IPrimaryInfoThe 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.