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






location
size
Initializes a new instance of the ISRect class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal location As Point, _
   ByVal size As Size _
)
Visual Basic (Usage)Copy Code
Dim location As Point
Dim size As Size
 
Dim instance As New ISRect(location, size)
C# 
public ISRect( 
   Point location,
   Size size
)
Delphi 
public ISRect( 
    location: Point;
    size: Size
); 
JScript 
public function ISRect( 
   location : Point,
   size : Size
);
Managed Extensions for C++ 
public: ISRect( 
   Point location,
   Size size
)
C++/CLI 
public:
ISRect( 
   Point location,
   Size size
)

Parameters

location
size

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.