AGI STK Graphics 11Send comments on this topic.
FlipY Property (IAgStkGraphicsOverlay)
See Also 
Windows






Windows & Linux

Description

Gets or sets whether the overlay will be flipped along its Y axis.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property FlipY() As Boolean
[C#]
public bool FlipY {get; set;}
[Managed C++]
public: __property bool get_FlipY();
public: __property void set_FlipY(
   bool
);
[Unmanaged C++]
public: HRESULT get_FlipY(
   VARIANT_BOOL * pRetVal
);
public: HRESULT put_FlipY(
   VARIANT_BOOL NewFlipY
);
[Java]
public bool getFlipY();public void setFlipY(
   bool
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.