Overview | Methods | Fields | This Package | All Packages
Creates a Point object.
Syntax
public Point()
public Point( int x, int y )
public Point( Point pt )
public Point( POINT pt )
public Point( SIZE size )
public Point( int dw )
public Point( IDataStream stream )
Parameters
x
The horizontal coordinate for this point.
y
The vertical coordinate for this point.
pt
A Point object or a Win32 POINT structure on which to base this Point object.
size
A Win32 SIZE structure on which to base this Point object.
dw
An integer that stores the horizontal and vertical coordinates for the point in its high and low words.
stream
A data stream from which to load the point settings.