LEADTOOLS GDI/GDI+ (Leadtools.Drawing assembly)

PaintDisplayMode Property

Show in webframe





Gets and sets options that control the speed, quality, and style of painting operations.
Syntax
public RasterPaintDisplayModeFlags PaintDisplayMode {get; set;}
'Declaration
 
Public Property PaintDisplayMode As RasterPaintDisplayModeFlags
'Usage
 
Dim instance As RasterPaintProperties
Dim value As RasterPaintDisplayModeFlags
 
instance.PaintDisplayMode = value
 
value = instance.PaintDisplayMode

            

            
public:
property RasterPaintDisplayModeFlags PaintDisplayMode {
   RasterPaintDisplayModeFlags get();
   void set (    RasterPaintDisplayModeFlags value);
}

Property Value

A combination of the RasterPaintDisplayModeFlags enumeration members that control the speed, quality, and style of painting operations.
Example
Refer to RasterPaintProperties.
Requirements

Target Platforms

See Also

Reference

RasterPaintProperties Structure
RasterPaintProperties Members

 

 


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