Document Library for WPF | ComponentOne
C1.WPF.Document.4.6.2 Assembly / GrapeCity.Documents.Imaging.jpeg.icc.types Namespace / ICCProfileVersion Class / ICCProfileVersion Constructor

In This Topic
    ICCProfileVersion Constructor
    In This Topic
    Construct from constituent parts.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal major As Byte, _
       ByVal minor As Byte, _
       ByVal res1 As Byte, _
       ByVal res2 As Byte _
    )
    public ICCProfileVersion( 
       byte major,
       byte minor,
       byte res1,
       byte res2
    )

    Parameters

    major
    minor
    res1
    res2
    See Also