ImageEn, unit iexMetaHelpers |
|
TIOParamsHelper.EXIF_SubjectArea_Str
Declaration
property EXIF_SubjectArea_Str : string; (read-only)
Description
A string formatted version of
EXIF_SubjectArea.
Example results:
"Point at 100,200"
"Circle of 50 centered at 100,200"
"Rectangle of 50,50 centered at 100,200"
Note:
◼You must add iexMetaHelpers to your uses clause to access this property
◼Delphi/C++ 2005 or newer is required