FlexReport for WinForms
GetRotatedMatrix(Single,Double,Double) メソッド


C1.Document.4.6.2 アセンブリ > C1.Document.Util 名前空間 > C1Graphics クラス > GetRotatedMatrix メソッド : GetRotatedMatrix(Single,Double,Double) メソッド
Create the matrix performing rotation at specified angle around specified point.
シンタックス
'宣言
 
Public Overloads Shared Function GetRotatedMatrix( _
   ByVal angle As System.Single, _
   ByVal centerX As System.Double, _
   ByVal centerY As System.Double _
) As Matrix
'使用法
 
Dim angle As System.Single
Dim centerX As System.Double
Dim centerY As System.Double
Dim value As Matrix
 
value = C1Graphics.GetRotatedMatrix(angle, centerX, centerY)
public static Matrix GetRotatedMatrix( 
   System.float angle,
   System.double centerX,
   System.double centerY
)

パラメータ

angle
centerX
centerY
参照

参照

C1Graphics クラス
C1Graphics メンバ
オーバーロード一覧