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


IImageView.PutPixelSize Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IImageView.PutPixelSize Method

The pxiel size in its native units.

[Visual Basic .NET]
Public Sub PutPixelSize ( _
    ByVal dx As Double, _
    ByVal dy As Double _
)
[C#]
public void PutPixelSize (
    double dx,
    double dy
);
[C++]
HRESULT PutPixelSize(
  double dx,
  double dy
);
[C++]

Parameters dx [in] dx is a parameter of type double dy [in] dy is a parameter of type double

Product Availability

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

See Also

IImageView Interface