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





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

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1