WindowOverlayImageOptions.AspectRatio Property

Top 

Description

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

 

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.

 

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