Unit VLBasicDrawLayers
From Mitov Wiki Doc
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Package: VideoLabAdditionalPkg
Contents |
Summary
Contains the code for the basic video draw layer classes.
Description
This unit contains the code for the basic video draw layer classes.
Layers
- TVLDrawShapeLayer - Layer drawing simple shapes.
- TVLDrawTextLayer - Layer drawing text labels.
- TVLDrawPictureLayer - Layer drawing image.
- TVLDrawMarkersLayer - Layer drawing markers.
- TVLDrawXYFloatLayer - Layer drawing X,Y points.
Classes
- TVLDrawXYLayer - Abstract base class for drawing layers.
- TVLDrawBasicMarkersLayer - Abstract base class for drawing layers.
- TVLDrawPenBrushXYLayer - Abstract base class for drawing layers.
- TVLDrawShapeLayer - Layer drawing simple shapes.
- TLPExtentProperty - Text extent(distance) parameters class.
- TVLDrawTextLayerBackground - Text background parameters class.
- TVLDrawTextLayer - Layer drawing text labels.
- TVLDrawPictureLayer - Layer drawing image.
- TVLDrawMarker - Visual marker for the marker draw layer.
- TVLDrawMarkers - Collection of visual markers.
- TVLDrawMarkersLayer - Layer drawing markers.
- TVLDrawXYFloatLayer - Layer drawing X,Y points.
Enums
- TVLDrawShapeType - Enumerated type for selecting shape to be drawn - Rectangle, Ellipse etc..