ActiveReports for .NET 18.0J
CalcRectRotation メソッド

GrapeCity.ActiveReports.Core.Document.Drawing.Gdi.Text 名前空間 > RText クラス : CalcRectRotation メソッド
The width.
The height.
The angle.
The left most x.
The top most y.
The dx.
The dy.
Calculates the rect rotation.
シンタックス
'宣言
 
Public Shared Sub CalcRectRotation( _
   ByVal width As Single, _
   ByVal height As Single, _
   ByVal angle As Single, _
   ByRef leftMostX As Single, _
   ByRef topMostY As Single, _
   ByRef dx As Single, _
   ByRef dy As Single _
) 
public static void CalcRectRotation( 
   float width,
   float height,
   float angle,
   out float leftMostX,
   out float topMostY,
   out float dx,
   out float dy
)

パラメータ

width
The width.
height
The height.
angle
The angle.
leftMostX
The left most x.
topMostY
The top most y.
dx
The dx.
dy
The dy.
参照

RText クラス
RText メンバ