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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.