C# Class Cauldron.MonitorDpi

Represents the dpi of the monitor
Show file Open project: reflection-emit/Cauldron

Public Properties

Property Type Description
x uint
y uint

Property Details

x public property

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

y public property

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