This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IImageView Interface > IImageView.PutPixelSize Method (ArcObjects .NET 10.4 SDK) |
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