ImageEn, unit iexLayers

TIELayer.GetDescription

TIELayer.GetDescription


Declaration

function GetDescription(): String;


Description

Returns a general description of the nature of layer, depending on its type.
Kind Returns Example
ielkImage Returns bitmap size 1920 x 1080 pixels
ielkShape Shape type Rectangle
ielkLine Length and angle of line 120 pixels 90°
ielkPolyline Point count 23 points
ielkAngle Angle 90°
ielkText Text This is my text layer


Example

// Show description of the current layer
lblDescription.Caption := ImageEnView1.CurrentLayer.GetDescription();