ArcObjects Library Reference (Framework)  

tagSIZE Structure

Syntax

[Visual Basic .NET]
Public Sub New ( _
   cx As Integer,
   cy As Integer
)
[C#]
public tagSIZE {
   int cx,
   int cy
)
[C++]

typedef struct tagSIZE {

   long cx;

   long cy; } tagSIZE;

Product Availability

Available with ArcGIS Desktop.