バージョン

MirrorRect(Rectangle,Rectangle,Boolean) メソッド

四角形を取得し、親四角形に対してミラーします。
シンタックス
'宣言
 
Public Shared Sub MirrorRect( _
   ByVal parentRect As Rectangle, _
   ByRef rect As Rectangle, _
   Optional ByVal trueMirror As Boolean _
) 
public static void MirrorRect( 
   Rectangle parentRect,
   ref Rectangle rect,
   bool trueMirror
)

パラメータ

parentRect
rect
trueMirror
False の場合、または指定されていない場合、四角形の位置のみを変更します。True の場合、四角形の Left および Right 座標を切り替えます。
参照