This property sets whether or not a color image will be displayed in high quality in the ImageKit Control.

[Visual Basic] Public Property RefineColorImage As Boolean
[C#] public bool RefineColorImage {get; set;}

Property Value

Value Explanation
True images will be displayed in high quality
False (default) images will be displayed as normal

Explanation

The RefineColorImage property sets whether a color image (an image that is 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. Depending on the PC's environment and the size of the image, there are cases where high quality display cannot be used. In that case, please set this property to False.

See Also

ImageKit Members | Newtone.ImageKit.Win.ImageKit

 

The ImageKit.NET2 is created by Newtone Corporation