AGI STK Objects 11 Send 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 * pRetVal
);
public: HRESULT put_PtSize(
AgESc3dPtSize NewPtSize
);

[Java]
public AgESc3dPtSize getPtSize();public void setPtSize(
AgESc3dPtSize
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface