 | C3DNIGetAxisFont Method (String, Int32) |
Get the Axis font
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void IGetAxisFont(
ref string font,
int font_size
)
public void IGetAxisFont(
ref string font,
int font_size
)
Public Sub IGetAxisFont (
ByRef font As String,
font_size As Integer
)
Public Sub IGetAxisFont (
ByRef font As String,
font_size As Integer
)
public:
void IGetAxisFont(
String^% font,
int font_size
)
public:
void IGetAxisFont(
String^% font,
int font_size
)
member IGetAxisFont :
font : string byref *
font_size : int -> unit
member IGetAxisFont :
font : string byref *
font_size : int -> unit
Parameters
- font
- Type: SystemString
Font name - font_size
- Type: SystemInt32
Font Buffer Size
See Also