mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
13 lines
286 B
C#
13 lines
286 B
C#
namespace WindowsDisplayAPI.Native.DeviceContext
|
|
{
|
|
internal enum DisplayTechnology : int
|
|
{
|
|
Plotter = 0,
|
|
RasterDisplay = 1,
|
|
RasterPrinter = 2,
|
|
RasterCamera = 3,
|
|
CharacterStream = 4,
|
|
MetaFile = 5,
|
|
DisplayFile = 6,
|
|
}
|
|
} |