ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.Icc Namespace / ICCProfile Class / getXYZNumber Method
array containing the XYZNumber representation
start of the rep in the array

In This Topic
    getXYZNumber Method
    In This Topic
    Create an XYZNumber from byte [] input
    Syntax
    'Declaration
     
    
    Public Shared Function getXYZNumber( _
       ByVal data() As Byte, _
       ByVal offset As Integer _
    ) As XYZNumber
    public static XYZNumber getXYZNumber( 
       byte[] data,
       int offset
    )

    Parameters

    data
    array containing the XYZNumber representation
    offset
    start of the rep in the array

    Return Value

    the created XYZNumber
    See Also