STK AgGraphicsPluginSend comments on this topic.
PixelAspectRatio Property (IAgStkGraphicsPluginRasterStreamAttributes)
See Also
Windows





Windows & Linux

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 PixelAspectRatio
);
[Java]
public double getPixelAspectRatio();
public void setPixelAspectRatio(
    double
);

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.