Intersoft ClientUI Documentation
ISRect Constructor(Point,Size)



Initializes a new instance of the ISRect class.
Syntax
Public Function New( _
   ByVal location As Point, _
   ByVal size As Size _
)
Dim location As Point
Dim size As Size
 
Dim instance As New ISRect(location, size)
public ISRect( 
   Point location,
   Size size
)
public:
ISRect( 
   Point location,
   Size size
)

Parameters

location
size
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ISRect Class
ISRect Members
Overload List

Send Feedback