This document is archived and information here might be outdated.  Recommended version.


tagRECT Structure (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Structures > T > tagRECT Structure
ArcGIS Developer Help

tagRECT Structure

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 { } tagRECT;

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.