Xamarin.iOS のドキュメント
DrawStringRotated メソッド

C1.iOS.Core アセンブリ > C1.iOS.Core 名前空間 > IRenderEngine インターフェース : DrawStringRotated メソッド
描画する文字列
ポイントで指定した位置
ポイントで指定した中心
角度
指定した位置に回転した文字列を描画します。
シンタックス
'宣言
 
Sub DrawStringRotated( _
   ByVal s As System.String, _
   ByVal pos As CoreGraphics.CGPoint, _
   ByVal center As CoreGraphics.CGPoint, _
   ByVal angle As System.Double _
) 
void DrawStringRotated( 
   System.string s,
   CoreGraphics.CGPoint pos,
   CoreGraphics.CGPoint center,
   System.double angle
)

パラメータ

s
描画する文字列
pos
ポイントで指定した位置
center
ポイントで指定した中心
angle
角度
参照

IRenderEngine インターフェース
IRenderEngine メンバ