Controls the speed, quality, and style used when painting a
RasterImage object.
Syntax
Visual Basic (Declaration) | |
---|
Public Structure RasterPaintProperties
Inherits ValueType |
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
Inheritance Hierarchy
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