回転した文字列を指定位置に描画します。
シンタックス
'宣言
Sub DrawStringRotated( _
ByVal As System.String, _
ByVal As C1Point, _
ByVal As C1Point, _
ByVal As System.Double _
)
void DrawStringRotated(
System.string ,
C1Point ,
C1Point ,
System.double
)
パラメータ
- s
- 描画する文字列。
- pos
- 描画する位置。
- center
- 文字列の中央の位置。
- angle
- 角度
参照