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


tagSIZE Structure (ArcObjects .NET 10.4 SDK)
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.