Flips the specified shape around its horizontal or vertical axis.
'Declaration
Sub Flip( _
Optional ByVal As Boolean _
)
'Usage
Dim instance As IShape
Dim horizontal As Boolean
instance.Flip(horizontal)
Parameters
- horizontal
- Specifies whether the shape is to be flipped horizontally or vertically.