BitmapAntialiasOptions Fields |
The BitmapAntialiasOptions type exposes the following members.
| Name | Description | |
|---|---|---|
| ActualPixelWeight |
Put ActualPixelWeigth to higher value to make the actual pixel
effect more (not much blurred). Use 1 to get high blur effect.
| |
| BlurRadius |
Use BlurRadius >= 1. With 1, blur takes current pixel and one pixel from all directions.
| |
| ResolutionDivider |
Use ResolutionDivider to divide the output bitmap size. If you want every other and column
to be in the output bitmap, put 2.
|