LEADTOOLS Windows Forms (Leadtools.WinForms assembly)

DoubleBuffer Property (RasterImageViewer)

Show in webframe





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

            

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

Property Value

true to enable double buffer painting, false to disable it.
Example
Refer to RasterImageViewer.
Requirements

Target Platforms

See Also

Reference

RasterImageViewer Class
RasterImageViewer Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.