C# Class Signum.Windows.POINT

Show file Open project: signumsoftware/framework

Public Properties

Property Type Description
x int
y int

Public Methods

Method Description
FromPoint ( Point point ) : POINT

Method Details

FromPoint() public static method

public static FromPoint ( Point point ) : POINT
point Point
return POINT

Property Details

x public property

public int x
return int

y public property

public int y
return int