evCreate API 5.7 Help

Flip Function

Flips one or more given object items along their axes in the 2D document space.

Flip(objs: [[[EvItem|canvas-envision-document-items.html#object-items]]][], direction: [[[EvFlipDirection|evflipdirection-enumeration.html]]]): Promise<void>

Parameters

objs: EvItem[]

An array of Object item objects, one or more object items that should be flipped.

direction: EvFlipDirection

A member of the EvFlipDirection enumeration, an object item axis around which given object items should be flipped.

Return value

Promise<void>

A Promise that, if fulfilled, resolves to void if the given object items have been successfully flipped.

27 March 2025