Input for WinForms
ReflectAt(Coordinate,Coordinate,TransformOrder) メソッド

C1.Win.Input.8 アセンブリ > C1.Framework.Drawing.Gdi 名前空間 > TransformMatrix クラス > ReflectAt メソッド : ReflectAt(Coordinate,Coordinate,TransformOrder) メソッド
A Coordinate object indicate the start point of the line.
A Coordinate object indicate the end point of the line.
A TransformOrder enumeration that specifies the order (append or prepend) in which the reflection is applied to this Matrix object.
Applies the reflecting by speical line to this Matrix object.
シンタックス
'宣言
 
Public Overloads Sub ReflectAt( _
   ByVal startPoint As Coordinate, _
   ByVal endPoint As Coordinate, _
   ByVal order As TransformOrder _
) 
public void ReflectAt( 
   Coordinate startPoint,
   Coordinate endPoint,
   TransformOrder order
)

パラメータ

startPoint
A Coordinate object indicate the start point of the line.
endPoint
A Coordinate object indicate the end point of the line.
order
A TransformOrder enumeration that specifies the order (append or prepend) in which the reflection is applied to this Matrix object.
参照

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