The number of pixels per projected coordinate in the X direction.


Namespace: MapWinView
Assembly: MapWinView (in MapWinView.dll)

Syntax

Visual Basic (Declaration)
Private m_pixelPerProjectionX As Double
C#
private double m_pixelPerProjectionX;
C++
private:
 double m_pixelPerProjectionX sealed ;
J#
private double m_pixelPerProjectionX
JScript
private m_pixelPerProjectionX : double;

See Also