What does `Encoder.RenderMethod` do?

…衆ロ難τιáo~ 提交于 2019-12-13 03:32:39

问题


Encoder.RenderMethod is one of the params which can be used when saving a bitmap, etc.

It is nominally documented here:

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

But the page says nothing at all about what it actually does. It just talks about EncoderParameters in general (and is the same boilerplate text as for other parameters, some of which are also poorly documented).

Thanks

来源:https://stackoverflow.com/questions/55384129/what-does-encoder-rendermethod-do

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