WinUI コントロール
DrawStringRotated メソッド (IRenderingEngine)

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

パラメータ

s
描画する文字列。
pos
描画する位置。
center
文字列の中央の位置。
angle
角度
参照

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