FlexChart for WinForms
PushTransformMatrix メソッド

C1.Chart アセンブリ > C1.Util 名前空間 > IRendering インターフェース : PushTransformMatrix メソッド
The value in the first row and first column of the matrix.
The value in the first row and second column of the matrix.
The value in the second row and first column of the matrix.
The value in the second row and second column of the matrix.
The value in the third row and first column of the matrix.
The value in the third row and second column of the matrix.
Push the transform matrix specified by given values.
シンタックス
'宣言
 
Sub PushTransformMatrix( _
   ByVal m11 As System.Double, _
   ByVal m12 As System.Double, _
   ByVal m21 As System.Double, _
   ByVal m22 As System.Double, _
   ByVal dx As System.Double, _
   ByVal dy As System.Double _
) 
void PushTransformMatrix( 
   System.double m11,
   System.double m12,
   System.double m21,
   System.double m22,
   System.double dx,
   System.double dy
)

パラメータ

m11
The value in the first row and first column of the matrix.
m12
The value in the first row and second column of the matrix.
m21
The value in the second row and first column of the matrix.
m22
The value in the second row and second column of the matrix.
dx
The value in the third row and first column of the matrix.
dy
The value in the third row and second column of the matrix.
参照

参照

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