RasterAttributesPixelAspectRatio Property  | 
 
Gets the pixel aspect ratio of the raster.
 
    Namespace: 
   AGI.Foundation.Graphics.Imaging
    Assembly:
   AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic double PixelAspectRatio { get; }Public ReadOnly Property PixelAspectRatio As Double
	Get
public:
property double PixelAspectRatio {
	double get ();
}member PixelAspectRatio : float with get
Property Value
Type: 
Double
See Also