BitMiracle.LibTiff.Classic.Internal.JpegCodec.DefTileSize C# (CSharp) Метод

DefTileSize() публичный Метод

Calculate and/or constrains a tile size
public DefTileSize ( int &width, int &height ) : void
width int The proposed tile width upon the call / tile width to use after the call.
height int The proposed tile height upon the call / tile height to use after the call.
Результат void
        public override void DefTileSize(ref int width, ref int height)
        {
            JPEGDefaultTileSize(ref width, ref height);
        }