CSJ2K.j2k.roi.encoder.ROIScaler.nextTile C# (CSharp) 메소드

nextTile() 공개 메소드

Advances to the next tile, in standard scan-line order (by rows then columns). An NoNextElementException is thrown if the current tile is the last one (i.e. there is no next tile).
public nextTile ( ) : void
리턴 void
        public override void nextTile()
        {
            base.nextTile();
            if (roi)
                mg.tileChanged();
        }