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

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

パラメータ

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

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