An NDoc Documented Class Library

POINT Constructor 

[Visual Basic]
Public Sub New( _ 
   ByVal x As Integer, _ 
   ByVal y As Integer _ 
)
[C#]
public POINT(
   int x,
   int y
);
[C++]
public: POINT(
   int x,
   int y
);
[JScript]
public function POINT(
   int x,
   int y
);

See Also

POINT Structure | White.Core.WindowsAPI Namespace