Flip

_FlipHorizontally, _FlipVertically, FlipHorizontally, FlipHorizontallyND, FlipVertically, FlipVerticallyND

FlipHorizontally

This function runs the Image > Flip > Flip Horizontally command.

Description 

 FlipHorizontally();

Flips the image horizontally.

FlipHorizontallyND

Description 

 FlipHorizontallyND(
   int  NDTLoop,
   int  NDMPLoop,
   int  NDZLoop
);

Flips the ND image horizontally.

Parameters

int NDTLoop

0

apply to the current loop only

1

apply to the whole Time dimension

int NDMPLoop

Apply to Multi Point dimension.

0

apply to the current loop only

1

apply to the whole Multi Point dimension

int NDZLoop

Apply to Z dimension

0

apply to the current loop only

1

apply to the whole Z Series dimension

FlipVertically

This function runs the Image > Flip > Flip Vertically command.

Description 

 FlipVertically();

Flips the image vertically.

FlipVerticallyND

Description 

 FlipVerticallyND(
   int  NDTLoop,
   int  NDMPLoop,
   int  NDZLoop
);

Flips the ND image vertically.

Parameters

int NDTLoop

0

apply to the current loop only

1

apply to the whole Time dimension

int NDMPLoop

Apply to Multi Point dimension.

0

apply to the current loop only

1

apply to the whole Multi Point dimension

int NDZLoop

Apply to Z dimension

0

apply to the current loop only

1

apply to the whole Z Series dimension

_FlipHorizontally

Description 

 _FlipHorizontally();

Flips the current image horizontally.

_FlipVertically

Description 

 _FlipVertically();

Flips the current image vertically.