TextBatchPrimitiveOptionalParametersScreenSpaceRendering Property |
Gets or sets a flag that informs the CTextBatchPrimitive to use rendering
optimized for screen space text.
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public bool ScreenSpaceRendering { get; set; }
Public Property ScreenSpaceRendering As Boolean
Get
Set
public:
property bool ScreenSpaceRendering {
bool get ();
void set (bool value);
}
member ScreenSpaceRendering : bool with get, set
Property Value
Type:
BooleanSee Also