Error processing SSI file
LEADTOOLS Windows Forms (Leadtools.WinForms assembly)

Show in webframe

DoubleBuffer Property (RasterImageList)






Enables or disables double buffer painting, which eliminates flicker.
Syntax
[DescriptionAttribute("Indicates whether drawing is performed in a buffer, and after it completes, the result is output to the screen.")]
[CategoryAttribute("Behavior")]
public bool DoubleBuffer {get; set;}
'Declaration
 
<DescriptionAttribute("Indicates whether drawing is performed in a buffer, and after it completes, the result is output to the screen.")>
<CategoryAttribute("Behavior")>
Public Property DoubleBuffer As Boolean
'Usage
 
Dim instance As RasterImageList
Dim value As Boolean
 
instance.DoubleBuffer = value
 
value = instance.DoubleBuffer

            

            
[DescriptionAttribute("Indicates whether drawing is performed in a buffer, and after it completes, the result is output to the screen.")]
[CategoryAttribute("Behavior")]
public:
property bool DoubleBuffer {
   bool get();
   void set (    bool value);
}

Property Value

true to enable double buffer painting; false otherwise.
Example
For an example, refer to RasterImageList.
Requirements

Target Platforms

See Also

Reference

RasterImageList Class
RasterImageList Members

Error processing SSI file