<< Click to Display Table of Contents >> FlipHorizontal |
public void FlipHorizontal(MyShape aShape)
Description:
Flip a shape horizontal.
Parameter:
aShape: The shape you want to flip
Example:
private void menuEditFlipHorizontal_Click(object sender, System.EventArgs e)
{
myCAD1.FlipHorizontal(myCAD1.GetSelectedShape());
}
See also: