STK Graphics PrimitivesSend comments on this topic.
Antialias Property (IAgStkGraphicsGraphicsFont)
See Also
Windows





Windows & Linux

Description

Gets a value that indicates whether this font is antialiased.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Antialias() As Boolean
[C#]
public bool Antialias {get;}
[Managed C++]
public: __property bool get_Antialias();
[Unmanaged C++]
public: HRESULT get_Antialias(
    VARIANT_BOOL * pRetVal
);
[Java]
public bool getAntialias();
[Python - STK API ]
@property
def Antialias(self) -> bool:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.