FlexReport for WinForms
Transform(Point) メソッド


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

パラメータ

point
The original point to apply the transformation.

戻り値の型

The result of the transformation for the input point.
参照

参照

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