Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.3.5
RasterPaintProperties Structure
See Also  Members  
Leadtools Namespace : RasterPaintProperties Structure




Controls the speed, quality, and style used when painting a RasterImage object.

Syntax

Visual Basic (Declaration) 
Public Structure RasterPaintProperties 
   Inherits ValueType
Visual Basic (Usage)Copy Code
Dim instance As RasterPaintProperties
C# 
public struct RasterPaintProperties : ValueType 
Managed Extensions for C++ 
public __value struct RasterPaintProperties : public ValueType 
C++/CLI 
public value class RasterPaintProperties : public ValueType 

Example

This example creates a windows form with various controls to shows the different RasterPaintProperties options

Remarks

The various RasterImage.Paint method overloads requires an instance of RasterPaintProperties to be passed. The members of the of the RasterPaintProperties passed controls the speed, quality, and style used when painting.

Inheritance Hierarchy

System.Object
   System.ValueType
      Leadtools.RasterPaintProperties

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also