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