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 programmatically or by the user.
Layer Types
Kind Class Description Example
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
Debugging Visualizer
You can view the layers of a TImageEnView while debugging by hovering over the object and clicking the Inspect button:
General
Style
Size and Position
Measurement
Provides generic access to properties in descendent classes
See Also
◼ Layer Editing Overview
◼ LayersAdd
◼ LayersInsert
◼ TIELayerKind
◼ MouseInteractLayers
◼ LayerOptions
◼ #Layer Tags
Loading contents...