ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.Color.Boxes Namespace / ChannelDefinitionBox Class / ChannelDefinitionBox Constructor
offset to the start of the box in the image

In This Topic
    ChannelDefinitionBox Constructor
    In This Topic
    Construct a ChannelDefinitionBox from an input image.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal in_Renamed As RandomAccessIO, _
       ByVal boxStart As Integer _
    )
    public ChannelDefinitionBox( 
       RandomAccessIO in_Renamed,
       int boxStart
    )

    Parameters

    in_Renamed
    boxStart
    offset to the start of the box in the image
    Exceptions
    ExceptionDescription
    ColorSpaceException
    See Also