CNS Image

Import, edit, and export Images in the FileMaker environment

<- Back to CNS Image function list

CNSImage_Rotate

Description

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

Return Type
Container
Format
CNSImage_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.

Related Items
CNSImage_Reflect, CNSImage_Transform
Example

Code:

CNSImage_Rotate( Image ; 45 )

Result:

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