Visit Gigasoft's Web Site
 ProEssentials v9 Help

RotationIncrement

Scope

Pe3do

Type

Int32

Default

PERI_INCBY5

.NET

PeUserInterface.RotationIncrement

Ocx|Vcl

RotationIncrement

DLL

PEP_nROTATIONINCREMENT

 

Purpose

This property controls the increment for each rotational update which the object is auto-rotating (AutoRotation). Possible values are defined by the following constants:

 

.NET Gigasoft.Enums.

ActiveX and

 

RotationIncrement.

DLL Constants

Description

IncBy15

PERI_INCBY15 (0)

Increment by 15 degrees

IncBy10

PERI_INCBY10 (1)

Increment by 10 degrees

IncBy5

PERI_INCBY5 (2)

Increment by 5 degrees

IncBy2

PERI_INCBY2 (3)

Increment by 2 degrees

IncBy1

PERI_INCBY1 (4)

Increment by 1 degree

DecBy1

PERI_DECBY1 (5)

Decrement by 1 degree

DecBy2

PERI_DECBY2 (6)

Decrement by 2 degrees

DecBy5

PERI_DECBY5 (7)

Decrement by 5 degrees

DecBy10

PERI_DECBY10 (8)

Decrement by 10 degrees

DecBy15

PERI_DECBY15 (9)

Decrement by 15 degrees

 

3D Scientific Graph VCL Enumerations

eRotationIncrement = (tdIncBy15, tdIncBy10, tdIncBy5, tdIncBy2, tdIncBy1, tdDecBy1, tdDecBy2, tdDecBy5, tdDecBy10, tdDecBy15);

 

Comments

PeUserInterface.RotationIncrement members of Pe3do.PeUserInterface

 

Incrementing degrees represents clockwise rotation.

 

See Also: RotationSpeed, AutoRotation, RotationDetail, and AllowRotation.