.NET Framework Class Library
PixelOffsetMode Enumeration
|
<< Click to Display Table of Contents >> Navigation: Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Core.Graphics Namespace > PixelOffsetMode Enumeration |
Specifies how pixels are offset during rendering.
Namespace: Gnostice.Core.Graphics
Assembly: Gnostice.Core (in Gnostice.Core.dll)
Visual Basic |
Public Enumeration PixelOffsetMode |
C# |
public enum PixelOffsetMode |
Visual C++ |
public enum class PixelOffsetMode |
Member name |
Value |
Description |
|
Invalid |
-1 |
||
Default |
0 |
||
HighSpeed |
1 |
||
HighQuality |
2 |
||
None |
3 |
||
Half |
4 |