C# Class ScreenToGif.Util.UserActivityHook.POINT

Show file Open project: dbremner/ScreenToGif

Public Properties

Property Type Description
x int
y int

Property Details

x public property

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

y public property

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