BalloonWindow Library for .NET
Win32.Point Constructor
[Visual Basic]
Public Sub New( _
ByVal
x
As
Integer
, _
ByVal
y
As
Integer
_
)
[C#]
public Win32.Point(
int
x
,
int
y
);
See Also
Win32.Point Class
|
Rilling.Common.Interop Namespace