What does `Encoder.ScanMethod` do?

烈酒焚心 提交于 2019-12-13 04:18:32

问题


One of the params which can be used when saving a bitmapis Encoder.ScanMethod.

It is documented here at least in theory:

https://docs.microsoft.com/en-us/dotnet/api/system.drawing.imaging.encoder.scanmethod

But the page says nothing at all about what it actually does.

The docs just talk about EncoderParameters in general (and is the same boilerplate text as for other parameters, some of which are also poorly documented).

来源:https://stackoverflow.com/questions/55384173/what-does-encoder-scanmethod-do

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!