WindowOverlayTextOptions.SetBackdropCornerRadius(Variable, Variable) Method

Top 

Description

Allows you to draw a rounded rectangle as the text backdrop by specifying a corner radius.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond timing precision mode.

 

Method Signature

WindowOverlayTextOptions.SetBackdropCornerRadius(

Variable units,


Variable radius)

 

 

Arguments

units


Description:

Determines if the corner radius is in units of relative window size or in units of pixels.

Valid Values:

Value

Label

0

Relative

1

Pixels

 

 

 

radius


Description:

Radius of each corner of the Backdrop in the specified units

Valid Range:

radius ≥ 0

 

 

 

Syntax

myWindowOverlayTextOptions1.SetBackdropCornerRadius(myVariable1, myVariable2);

 

 

See also

WindowOverlayTextOptions Object