This property sets whether or not a 1 bit color image or a 4 or 8 bit grayscale image will be displayed in high quality in the ImageKit Control.
[Visual Basic] Public Property Refine1BitImage
As Boolean
[C#] public bool Refine1BitImage {get;
set;}
Property Value
Value | Explanation |
---|---|
True | images will be displayed in high quality |
False (default) | images will be displayed as normal |
Explanation
The Refine1BitImage property sets whether or not a 1 bit color image or a 4 or 8 bit grayscale image will be displayed in high quality in the ImageKit Control. This property is enabled only if the image is displayed by reducing its size to less than the actual size.
When the image is being scrolled or moved with the mouse, high quality will be automatically disabled so the image can be scrolled or moved quickly. Once the scrolling or movement has stopped, high quality will be automatically enabled.
See Also
ImageKit Members | Newtone.ImageKit.Win.ImageKit