Syntax
[Visual Basic .NET]
Public Sub New ( _
left As Integer,
top As Integer,
right As Integer,
bottom As Integer
)
[C#]
public tagRECT {
int left,
int top,
int right,
int bottom
)
[C++]
typedef struct tagRECT {
long left;
long top;
long right;
long bottom;
} tagRECT;
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
.NET Samples
Custom map selection commands (Code Files:
SelectFeatures) |
Dynamic logo (Code Files:
DynamicLogo) |
Print multiple pages (Code Files:
PrintMultiPagesVB_NET_Addin) |
Print preview using the PageLayoutControl (Code Files:
PrintPreview) |
Time Series Graph tool add-in (Code Files:
TimeSeriesGraph) |
.NET Related Topics
How to add display caching |
Performing map selection |
Transforming envelopes in the display |