ArcFM Desktop Developer Guide
WindowInterop.RECT Constructor


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

Syntax
'Declaration
 
Public Function New( _
   ByVal left As Integer, _
   ByVal top As Integer, _
   ByVal right As Integer, _
   ByVal bottom As Integer _
)
'Usage
 
Dim left As Integer
Dim top As Integer
Dim right As Integer
Dim bottom As Integer
 
Dim instance As New WindowInterop.RECT(left, top, right, bottom)
public WindowInterop.RECT( 
   int left,
   int top,
   int right,
   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