WindowOverlayImageOptions.AspectRatio Property

Top 

Description

Determines if and how the image's aspect ratio is maintained.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode.

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

 

Attributes

Type:

integer

Access:

read/write

Default Value:

0 ( AutoScale )

Valid Values:

Value

Label

0

AutoScale

1

WidthDependent

2

HeightDependent

3

FreeScale

 

Syntax

myVariable1 = myWindowOverlayImageOptions1.AspectRatio;

 

myWindowOverlayImageOptions1.AspectRatio = myVariable1;

 

See also

WindowOverlayImageOptions Object