C# Class MS.Win32.NativeMethods.Point

Show file Open project: geeksree/cSharpGeeks

Public Methods

Method Description
Point ( double x, double y ) : System

Constructor which accepts the X and Y values

Method Details

Point() public method

Constructor which accepts the X and Y values
public Point ( double x, double y ) : System
x double The value for the X coordinate of the new Point
y double The value for the Y coordinate of the new Point
return System