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


C1.Document アセンブリ > C1.Interop 名前空間 > Matrix 構造体 > Transform メソッド : Transform(Double,Double) メソッド
The x coordinate of the point.
The y coordinate of the point.
Transforms a point by this matrix.
シンタックス
'宣言
 
Public Overloads Function Transform( _
   ByVal x As System.Double, _
   ByVal y As System.Double _
) As Point
'使用法
 
Dim instance As Matrix
Dim x As System.Double
Dim y As System.Double
Dim value As Point
 
value = instance.Transform(x, y)
public Point Transform( 
   System.double x,
   System.double y
)

パラメータ

x
The x coordinate of the point.
y
The y coordinate of the point.

戻り値の型

The result of the transformation for the point.
参照

参照

Matrix 構造体
Matrix メンバ
オーバーロード一覧