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


IPictureElement5.QueryIntrinsicSize Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IP > IPictureElement5 Interface > IPictureElement5.QueryIntrinsicSize Method
ArcGIS Developer Help

IPictureElement5.QueryIntrinsicSize Method

Get the intrinsic size of the picture in points.

[Visual Basic .NET]
Public Sub QueryIntrinsicSize ( _
    ByRef widthPoints As Double, _
    ByRef heightPoints As Double _
)
[C#]
public void QueryIntrinsicSize (
    ref double widthPoints,
    ref double heightPoints
);
[C++]
HRESULT QueryIntrinsicSize(
  System.Double* widthPoints,
  System.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