BitmapAntialiasOptions Class |
Namespace: Arction.WinForms.Charting
The BitmapAntialiasOptions type exposes the following members.
| Name | Description | |
|---|---|---|
| BitmapAntialiasOptions |
Constructor for Form designer list editor.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString |
Convert class description to string.
(Overrides ObjectToString.) |
| 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.
|