TransformationMatrix

プロパティ(オブジェクト)

Ver. プロパティ名 説明
Parent Application 親のオブジェクト

プロパティ

Ver. プロパティ名 R/O 説明
ClockwiseShearAngle Double型 歪み
CounterclockwiseRotationAngle Double型 回転
HorizontalScaleFactor Double型 水平方向の拡大縮小
HorizontalTranslation Double型 水平方向の移動
Index Long型 インデックス
MatrixMapping わかりません。ごめんなさい The mapping the transformation matrix performs on the unit triangle.
MatrixValues Array( Double型, Double型, Double型, Double型, Double型, Double型 ) The values of the transformation matrix
Name String型 既定値。オブジェクトの名前を返す
VerticalScaleFactor Double型 垂直方向の拡大縮小
VerticalTranslation Double型 垂直方向の移動

メソッド

Ver. メソッド名/パラメータ 戻り値/パラメータの値 説明
CatenateMatrix TransformationMatrix
WithMatrix TransformationMatrix
ChangeCoordinates Array( Double型, Double型 )
Point Array(x,y) The point to transform as Array of 2 Doubles
InvertMatrix TransformationMatrix
RotateMatrix TransformationMatrix
[ByAngle] Double型
[ByCosine] Double型
[BySine] Double型
ScaleMatrix TransformationMatrix
[HorizontallyBy] Double型
[VerticallyBy] Double型
ShearMatrix TransformationMatrix
[ByAngle] Double型
[BySlope] Double型
TranslateMatrix TransformationMatrix
[HorizontallyBy] Double型
[VerticallyBy] Double型

コレクションのプロパティ TransformationMatrices

Ver. プロパティ名 R/O 説明
Count Long型 オブジェクト数
Item(Index) Object 既定値、省略可。IndexまたはName(なければLabel)で指定されたオブジェクトを返す

コレクションのメソッド TransformationMatrices

Ver. メソッド名/パラメータ 戻り値/パラメータの値 説明
Add TransformationMatrix 新しいオブジェクトを作成し、それを返す
[HorizontalScaleFactor] Double型 水平方向の倍率
[VerticalScaleFactor] Double型 垂直方向の倍率
[ClockwiseShearAngle] Double型
[CounterclockwiseRotationAngle] Double型 回転の角度
[HorizontalTranslation] Double型
[VerticalTranslation] Double型
[MatrixValues] Array of 6 Doubles
Add TransformationMatrix 新しいオブジェクトを作成し、それを返す
[HorizontalScaleFactor] Double型 水平方向の倍率
[VerticalScaleFactor] Double型 垂直方向の倍率
[ClockwiseShearAngle] Double型
[CounterclockwiseRotationAngle] Double型 回転の角度
[HorizontalTranslation] Double型
[VerticalTranslation] Double型
[MatrixValues] Array of 6 Doubles
[MatrixMapping] Array of Array of 2 Arrays of 2 Doubles
AnyItem Object 各オブジェクトを返す
FirstItem Object 最初のオブジェクトを返す
ItemByRange Objects 範囲で指定したオブジェクトを返す
From Object, Long型, String型 範囲の開始
To Object, Long型, String型 範囲の終了
LastItem Object 最後のオブジェクトを返す
MiddleItem Object middle objectを返す
NextItem Object 一つ後のオブジェクトを返す
Obj Object 位置の基準になるオブジェクト
PreviousItem Object 一つ前のオブジェクトを返す
Obj Object 位置の基準になるオブジェクト