C# Class BrightnessTray.NativeMethods.POINT

Show file Open project: navhaxs/BrightnessTray

Public Properties

Property Type Description
x int
y int

Property Details

x public property

The x-coordinate of the point.
public int x
return int

y public property

The y-coordinate of the point.
public int y
return int