Error processing SSI file
LEADTOOLS GDI/GDI+ (Leadtools.Drawing assembly)

Show in webframe

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:
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

Error processing SSI file