Class VLBasicDrawLayers.TVLDrawBasicMarkersLayer
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
Unit: VLBasicDrawLayers
Inherits: TLPDrawLayer
Contents |
Syntax
Delphi:
type TVLDrawBasicMarkersLayer = class( TLPDrawLayer )
C++ Builder:
class TVLDrawBasicMarkersLayer : public TLPDrawLayer
Visual C++ (MFC):
class CTVLDrawBasicMarkersLayer : public CTLPDrawLayer
C# (.NET):
public ref class DrawBasicMarkersLayer : Mitov.VideoLab.DrawLayer
Summary
Abstract base class for drawing layers.
Description
This abstract filter class provides some basic support for drawing layers. Do not use this class directly.
Properties
Published
- Pen - Specifies the pen settings to be used for the shape drawing.
- Brush - Specifies the brush settings to be used for the marker drawing.
- Shape - Specifies the shape to be drawn.
- Size - Specifies the size to be used for the shape drawing.
- HighlghtColor - Specifies the highlighted color to be used for the marker drawing.
- Labels - Specifies the label settings to be used for the marker drawing.
Methods
Public
- function GetOperations() : TLPDrawLayerOperations
- procedure DoLayerMouseMove(AShift : TShiftState; AX : Integer; AY : Integer)
- procedure DoLayerMouseLeave()
From TLPDrawLayer
Properties
Published
Methods
Public
- function GetHasEnable() : Boolean
- function GetCanDisable() : Boolean
- procedure DoLayerBegin(ACanvas : TLPCanvas; AWidth : Integer; AHeight : Integer; AXCoeff : Single; AYCoeff : Single)
- procedure DoLayerEnd()
- procedure DoLayerDraw(ACanvas : TLPCanvas; AWidth : Integer; AHeight : Integer; AXCoeff : Single; AYCoeff : Single; AContoursOnly : Boolean)
- procedure DoLayerMouseMove(AShift : TShiftState; AX : Integer; AY : Integer)
- procedure DoLayerMouseDown(Button : TMouseButton; Shift : TShiftState; X : Integer; Y : Integer)
- procedure DoLayerMouseUp(Button : TMouseButton; Shift : TShiftState; X : Integer; Y : Integer)
- procedure DoLayerMouseWheelDown(AShift : TShiftState; AX : Integer; AY : Integer)
- procedure DoLayerMouseWheelUp(AShift : TShiftState; AX : Integer; AY : Integer)
- procedure DoLayerMouseEnter()
- procedure DoLayerMouseLeave()
- function GetChachedData(ALink : TObject) : TObject
- procedure SetChachedData(ALink : TObject; AData : TObject)
- function GetOperations() : TLPDrawLayerOperations
- procedure AddLayerLink(ALink : TLPLayerCollectionItem)
- procedure RemoveLayerLink(ALink : TLPLayerCollectionItem)
- function GetName() : String
- function WriteLock() : IOWLockSection