ImageEn, unit iexProcEffects |
|
TIEImageEffect.SetProperty
Declaration
procedure SetProperty(const Prop: String; Value: String);
Description
Set a parameters of the
Image Processing Dialog by a string.
Note: An exception is raised if an invalid property name is specified
See also:
IPP_Property_ListSetProperty('Rotate_Angle', '45');Which is the same as:
Rotate_Angle := 45;