FlipVertical

<< Click to Display Table of Contents >>

Navigation:  MyCAD > Methods >

FlipVertical

public void FlipVertical(MyShape aShape)

 

Description:

 Flip a shape vertical.

 

Parameter:

 aShape: The shape you want to flip

 

Example:

 private void menuEditFlipVertical_Click(object sender, System.EventArgs e)

 {

         myCAD1.FlipVertical(myCAD1.GetSelectedShape());

 }

 

See also:

 FlipHorizontal