Previous Document Next Document
ShapeRange.Flip

Sub Flip(Axes As cdrFlipAxes)

Member of ShapeRange

The Flip method flips all shapes in the range. Shapes can be flipped horizontally, vertically, or in both directions.

Parameters
Description
Axes
Sets the manner of the flip. This value returns cdrFlipAxes.

The following code example flips, upside-down, all of the shapes on the active page:

Sub Test() 
 ActivePage.Shapes.All.Flip cdrFlipHorizontal + cdrFlipVertical 
End Sub 

Previous Document Next Document Back to Top

Copyright 2007 Corel Corporation. All rights reserved.