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





Windows & Linux

Description

Gets the size of the font.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Size() As Integer
[C#]
public int Size {get;}
[Managed C++]
public: __property int get_Size();
[Unmanaged C++]
public: HRESULT get_Size(
    int * pRetVal
);
[Java]
public Integer getSize();
[Python - STK API ]
@property
def Size(self) -> int:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.