What does `Encoder.RenderMethod` do?

2019-08-16 01:35发布

问题:

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