ArcObjects Library Reference (Carto)  

IPictureElement5.QueryIntrinsicSize Method

Get the intrinsic size of the picture in points.

ERROR: Syntax information about IPictureElement5.QueryIntrinsicSize may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.Carto.dll

[C++]
HRESULT QueryIntrinsicSize(
  double* widthPoints,
  double* heightPoints
);
[C++]

Parameters

widthPoints [in, out]   widthPoints is a parameter of type double heightPoints [in, out]   heightPoints is a parameter of type double

Product Availability

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

See Also

IPictureElement5 Interface