C# Class Cauldron.MonitorDpi

Represents the dpi of the monitor
Datei anzeigen Open project: reflection-emit/Cauldron

Public Properties

Property Type Description
x uint
y uint

Property Details

x public_oe property

The value of the dpi in x
public uint x
return uint

y public_oe property

The value of the dpi in y
public uint y
return uint