Intersoft ClientUI Documentation
ISRect Constructor(Double,Double,Double,Double)



Initializes a new instance of the ISRect class.
Syntax
Public Function New( _
   ByVal x As Double, _
   ByVal y As Double, _
   ByVal width As Double, _
   ByVal height As Double _
)
Dim x As Double
Dim y As Double
Dim width As Double
Dim height As Double
 
Dim instance As New ISRect(x, y, width, height)
public ISRect( 
   double x,
   double y,
   double width,
   double height
)
public:
ISRect( 
   double x,
   double y,
   double width,
   double height
)

Parameters

x
y
width
height
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