ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.Icc.Types Namespace / XYZNumber Class / XYZNumber Constructor

In This Topic
    XYZNumber Constructor
    In This Topic
    Construct from constituent parts.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal x As Integer, _
       ByVal y As Integer, _
       ByVal z As Integer _
    )
    public XYZNumber( 
       int x,
       int y,
       int z
    )

    Parameters

    x
    y
    z
    See Also