Intersoft ClientUI Documentation
ISRect Constructor(Double,Double,Double,Double)
See Also  Send Feedback
Intersoft.Client.Documents Namespace > ISRect Class > ISRect Constructor : ISRect Constructor(Double,Double,Double,Double)






x
y
width
height
Initializes a new instance of the ISRect class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal x As Double, _
   ByVal y As Double, _
   ByVal width As Double, _
   ByVal height As Double _
)
Visual Basic (Usage)Copy Code
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)
C# 
public ISRect( 
   double x,
   double y,
   double width,
   double height
)
Delphi 
public ISRect( 
    x: Double;
    y: Double;
    width: Double;
    height: Double
); 
JScript 
public function ISRect( 
   x : double,
   y : double,
   width : double,
   height : double
);
Managed Extensions for C++ 
public: ISRect( 
   double x,
   double y,
   double width,
   double height
)
C++/CLI 
public:
ISRect( 
   double x,
   double y,
   double width,
   double height
)

Parameters

x
y
width
height

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.