ArcFM Solution Developer Guide
WindowInterop.RECT Constructor


Syntax
'Declaration
 
Public Function New( _
   ByVal left As System.Integer, _
   ByVal top As System.Integer, _
   ByVal right As System.Integer, _
   ByVal bottom As System.Integer _
)
'Usage
 
Dim left As System.Integer
Dim top As System.Integer
Dim right As System.Integer
Dim bottom As System.Integer
 
Dim instance As New WindowInterop.RECT(left, top, right, bottom)
public WindowInterop.RECT( 
   System.int left,
   System.int top,
   System.int right,
   System.int bottom
)

Parameters

left
top
right
bottom
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

WindowInterop.RECT Structure
WindowInterop.RECT Members

 

 


Send Comment