setAlgorithm method
设置渲染图片方式
Implementation
BitmapStyle setAlgorithm(ImageAlgorithm algorithm) {
bitmapFormat.style = algorithm.index;
return this;
}
设置渲染图片方式
BitmapStyle setAlgorithm(ImageAlgorithm algorithm) {
bitmapFormat.style = algorithm.index;
return this;
}