[]
        
(Showing Draft Content)

CSJ2K.Icc.Types.XYZNumber

XYZNumber Class

A convientient representation for the contents of the ICCXYZTypeTag class.

Inheritance
XYZNumber
Namespace: CSJ2K.Icc.Types
Assembly: C1.WPF.PdfViewer.4.6.2.dll
Syntax
public class XYZNumber

Constructors

Name Description
XYZNumber(int, int, int)

Construct from constituent parts.

Fields

Name Description
dwX

x value

dwY

y value

dwZ

z value

size

Methods

Name Description
DoubleToXYZ(double)

Normalization utility

ToString()

String representation of class instance.

XYZToDouble(int)

Normalization utility