LEADTOOLS GDI/GDI+ (Leadtools.Drawing assembly)
LEAD Technologies, Inc

PaintDisplayMode Property






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 RasterPaintDisplayModeFlags PaintDisplayMode {get; set;}
 get_PaintDisplayMode();
set_PaintDisplayMode(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RasterPaintProperties Structure
RasterPaintProperties Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.