Declaration
TIELayer = class;
Description
TIELayer is the parent class of all
TImageEnView layer types. Layers allow your users to build complex images from text, shapes, lines, polygon and other images, and merge them. All layer types can be created, resized, rotated and moved, either programatically or by your end-user.

Layer Types
Kind | Class | Description |
ielkImage | TIEImageLayer | Layer that contains an image |
ielkShape | TIEShapeLayer | Layer that displays standard shapes, such as rectangles, ellipses, stars, etc. One hundred built-in shapes are available |
ielkLine | TIELineLayer | Layer that displays a single line, optionally including a text label and start and ending arrows |
ielkPolyline | TIEPolylineLayer | Layer that displays a polyline or polygon of multiple points |
ielkAngle | TIEAngleLayer | Layer that displays an angle |
ielkText | TIETextLayer | Layer that displays text |
Methods and Properties
GeneralStyleSize and PositionMeasurement
Provides generic access to properties in descendent classes
See Also
-
Layer Editing Overview-
LayersAdd-
LayersInsert-
TIELayerKind-
MouseInteractLayers-
LayerOptions