STK Graphics PrimitivesSend 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 ScreenSpaceRendering
);
[Java]
public bool getScreenSpaceRendering();
public void setScreenSpaceRendering(
    bool
);

See Also

© 2020 Analytical Graphics, Inc. All Rights Reserved.