SmoothShapes Property

Specifies whether to use smooth borders on shapes, applying anti-aliasing effect to shapes within a picture. This property is only processed in configure mode, not in run mode.

NOTE: Be aware that if you enable this property on pictures with lots of graphics, it may have an impact on the performance of the iFIX WorkSpace.

Syntax

object.SmoothShapes [= Boolean]

Properties

The SmoothShapes property syntax has these parts:

Part

Description

object

An object expression that evaluates to an object in the Applies To list.

Boolean

Whether the object applies anti-aliasing.

Settings

The settings for Boolean are:

Value

Description

True

Applies the SmoothShapes property to shapes (the default on new pictures).

False

Does not apply the SmoothShapes property to shapes in pictures (the default on pictures prior to iFIX 5.9).

 

Applies To