bdeSetBlockFlippedImageAspectRatio
Sets the aspect ratio for a flipped image in block.
Syntax
bdeSetBlockFlippedImageAspectRatio(block, value)
Inputs
- block
- The block which the image is in.
- value
- Boolean value to set the flipped image aspect ratio. Either true or false.
Examples
diagram = bdeGetCurrentDiagram();
block = bdeGetSelectedBlock(diagram);
bdeSetBlockFlippedImageAspectRatio(block, true);