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


C1.Document.4.6.2 アセンブリ > C1.Document.Util 名前空間 > C1Graphics クラス > GetRotatedMatrix メソッド : GetRotatedMatrix(Double,Double,Double,Double) メソッド
Based on this article: http://www.euclideanspace.com/maths/geometry/affine/aroundPoint/matrix2d/index.htm.
シンタックス
'宣言
 
Public Overloads Shared Function GetRotatedMatrix( _
   ByVal cos As System.Double, _
   ByVal sin As System.Double, _
   ByVal centerX As System.Double, _
   ByVal centerY As System.Double _
) As Matrix
'使用法
 
Dim cos As System.Double
Dim sin As System.Double
Dim centerX As System.Double
Dim centerY As System.Double
Dim value As Matrix
 
value = C1Graphics.GetRotatedMatrix(cos, sin, centerX, centerY)
public static Matrix GetRotatedMatrix( 
   System.double cos,
   System.double sin,
   System.double centerX,
   System.double centerY
)

パラメータ

cos
sin
centerX
centerY
参照

参照

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