SceneGlobeOverlaySettingsAntiAliasImagery Property |
Gets or sets a value indicating whether or not imagery is anti-aliased.
Namespace:
AGI.Foundation.Graphics.Advanced
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public bool AntiAliasImagery { get; set; }
Public Property AntiAliasImagery As Boolean
Get
Set
public:
property bool AntiAliasImagery {
bool get ();
void set (bool value);
}
member AntiAliasImagery : bool with get, set
Property Value
Type:
BooleanSee Also