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






Windows & Linux

Description

Gets or sets whether the primitive is positioned and rendered in screen space coordinates.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property RenderInScreenSpace() As Boolean
[C#]
public bool RenderInScreenSpace {get; set;}
[Managed C++]
public: __property bool get_RenderInScreenSpace();
public: __property void set_RenderInScreenSpace(
   bool
);
[Unmanaged C++]
public: HRESULT get_RenderInScreenSpace(
   VARIANT_BOOL * pRetVal
);
public: HRESULT put_RenderInScreenSpace(
   VARIANT_BOOL NewRenderInScreenSpace
);
[Java]
public bool getRenderInScreenSpace();public void setRenderInScreenSpace(
   bool
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.