AGI STK Graphics Plugins 11 Send comments on this topic.
PixelAspectRatio Property (IAgStkGraphicsPluginRasterStreamAttributes)
See Also 





Description

Gets the pixel aspect ratio.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property PixelAspectRatio() As Double

[C#]
public double PixelAspectRatio {get; set;}

[Managed C++]
public: __property double get_PixelAspectRatio();
public: __property void set_PixelAspectRatio(
double
);

[Unmanaged C++]
public: HRESULT get_PixelAspectRatio(
double * pRetVal
);
public: HRESULT put_PixelAspectRatio(
double NewPixelAspectRatio
);

[Java]
public double getPixelAspectRatio();public void setPixelAspectRatio(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1