AGI STK Graphics 11 Send comments on this topic.
ScreenSpaceRendering Property (IAgStkGraphicsTextBatchPrimitiveOptionalParameters)
See Also 





Description

Gets or sets a flag that informs the CTextBatchPrimitive to use rendering optimized for screen space text.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ScreenSpaceRendering() As Boolean

[C#]
public bool ScreenSpaceRendering {get; set;}

[Managed C++]
public: __property bool get_ScreenSpaceRendering();
public: __property void set_ScreenSpaceRendering(
bool
);

[Unmanaged C++]
public: HRESULT get_ScreenSpaceRendering(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_ScreenSpaceRendering(
VARIANT_BOOL NewScreenSpaceRendering
);

[Java]
public bool getScreenSpaceRendering();public void setScreenSpaceRendering(
bool
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1