Gets the pixel aspect ratio of the
raster.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property PixelAspectRatio() As Double
|
| [C#] |
|---|
public double PixelAspectRatio {get;}
|
| [Managed C++] |
|---|
public: __property double get_PixelAspectRatio();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_PixelAspectRatio(
|
| [Java] |
|---|
public double getPixelAspectRatio();
|