Product Logo

CNS Image

Import, edit, and export Images in the FileMaker environment

Functions

CNSImage_Reflect

NameCNSImage_Reflect
Description

This function returns a mirror image of the specified image, dependent on the given Direction.

Return TypeContainer
FormatCNSImage_Reflect ( Image ; Direction )
Required Parameters
Image

A Container field that contains an Image or a Path and File Name to an Image you want to Reflect.

Direction

The Direction to Reflect the Image. (Specify X or H for Horizontal, Y or V for Vertical, or B or L for Both Horizontal and Vertical.)

Example
Example 1

Reflects the image in the "Image" container field horizontally.

CNSImage_Reflect( Image; "H" )