C#
VB
C++
Gets and sets the type of graphics anti-aliasing to use.
public int GraphicsAlpha { get; set; } Public Property GraphicsAlpha As Integer
public:property int GraphicsAlpha {int get();void set ( int value);}
The type of anti-aliasing to use.
| Value | Meaning |
|---|---|
| 1 | Do not use graphics anti-aliasing. |
| 2 | Use 2-bit graphics anti-aliasing. |
| 4 | Use 4-bit graphics anti-aliasing. |
Refer to RasterOpenDialog example.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
