C# Class CustomChrome.NativeMethods.POINT

Mostrar archivo Open project: pvginkel/CustomChrome

Public Properties

Property Type Description
x int
y int

Public Methods

Method Description
POINT ( Point point ) : System

Method Details

POINT() public method

public POINT ( Point point ) : System
point Point
return System

Property Details

x public_oe property

public int x
return int

y public_oe property

public int y
return int