RotateFlags Property (ILEADRasterDlgImg)

Visual Basic example

Visual C++ example

 

Syntax

RotateConstants RotateFlags;

Overview

Refer to Using Imaging Common Dialogs

Remarks

Gets or sets the type of resizing to perform in the Rotate dialog box. Possible values are:

Value

Meaning

0

Normal resize.

ROTATE_RESAMPLE

Resample resize.

ROTATE_BICUBIC

Bicubic resize.

See Also

Elements

ShowRotateDlg method