文字列を指定された四角形内に指定されたスタイルで描画します。
シンタックス
'宣言
Sub DrawString( _
ByVal As System.String, _
ByVal As IMapStyle, _
ByVal As C1.Win.Interop.Rect _
)
void DrawString(
System.string ,
IMapStyle ,
C1.Win.Interop.Rect
)
パラメータ
- s
- 描画する文字列。
- style
- 文字列の描画に使用されるスタイル。
- bounds
- 文字列の描画に使用される範囲。
参照