Description | Hierarchy | Fields | Methods | Properties |
type TUndoVerticalExaggeration = class(TCustomUndo)
TUndoVerticalExaggeration
is used to change the vertical exaggeration
![]() |
FOldVerticalExaggeration: real; |
![]() |
FNewVerticalExaggeration: real; |
![]() |
procedure SetVE(VerticalExaggeration: real); |
![]() |
function Description: string; override; |
![]() |
constructor Create(const ANewVerticalExaggeration: real); |
![]() |
procedure DoCommand; override; |
![]() |
class function GetOldVE: real; |
![]() |
procedure Undo; override; |
![]() |
FOldVerticalExaggeration: real; |
|
![]() |
FNewVerticalExaggeration: real; |
|
![]() |
procedure SetVE(VerticalExaggeration: real); |
|
![]() |
function Description: string; override; |
See TCustomUndo.Description. |
![]() |
constructor Create(const ANewVerticalExaggeration: real); |
|
![]() |
procedure DoCommand; override; |
|
![]() |
class function GetOldVE: real; |
|
![]() |
procedure Undo; override; |
|