Product Logo

CNS Image

Import, edit, and export Images in the FileMaker environment

Functions

CNSImage_Rotate

NameCNSImage_Rotate
Description

This function Rotates an Image by the given number of Degrees.

Return TypeContainer
FormatCNSImage_Rotate ( Image ; Degrees )
Required Parameters
Image

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

Degrees

The Amount in Degrees that you want to Rotate the Image.

Example
Example 1

Rotates the image in the "Image" field 45 degrees.

CNSImage_Rotate( Image ; 45 )