STK Graphics PrimitivesSend comments on this topic.
PixelAspectRatio Property (IAgStkGraphicsRasterAttributes)
See Also
Windows





Windows & Linux

Description

Gets the pixel aspect ratio of the raster.

Property type

Read-only property

Syntax

[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(
    double * pRetVal
);
[Java]
public double getPixelAspectRatio();
[Python - STK API ]
@property
def PixelAspectRatio(self) -> float:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.