STK ObjectsSend comments on this topic.
PtSize Property (IAgSc3dFont)
See Also
Windows





Windows & Linux

Description

Font size in points.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property PtSize() As AgESc3dPtSize
[C#]
public AgESc3dPtSize PtSize {get; set;}
[Managed C++]
public: __property AgESc3dPtSize get_PtSize();
public: __property void set_PtSize( AgESc3dPtSize );
[Unmanaged C++]
public: HRESULT get_PtSize(
    AgESc3dPtSize * pVal
);
public: HRESULT put_PtSize(
    AgESc3dPtSize PtSize
);
[Java]
public AgESc3dPtSize getPtSize();
public void setPtSize(
    AgESc3dPtSize
);
[Python - STK API ]
@property
def PtSize(self) -> "AgESc3dPtSize":

@PtSize.setter
def PtSize(self, PtSize:"AgESc3dPtSize") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.