PowerTools PlusPak for Windows Forms 8.0J
RotatePoints メソッド (TabRenderer)

回転が必要なポイントの配列。
回転する位置を示すSystem.Drawing.Rectangle
配置を示すSystem.Windows.Forms.TabAlignmentの値。
配置に対してポイントを回転させます。
構文
Protected Sub RotatePoints( _
   ByRef points As Point(), _
   ByVal rec As Rectangle, _
   ByVal alignment As TabAlignment _
) 
protected void RotatePoints( 
   ref Point[] points,
   Rectangle rec,
   TabAlignment alignment
)

パラメータ

points
回転が必要なポイントの配列。
rec
回転する位置を示すSystem.Drawing.Rectangle
alignment
配置を示すSystem.Windows.Forms.TabAlignmentの値。
プラットフォーム

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

TabRenderer クラス
TabRenderer メンバ

Send Feedback