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