Class VLMinAreaRectangles.TVLDrawRectanglesLayer
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
(One intermediate revision by one user not shown) | |||
Line 28: | Line 28: | ||
=== C# (.NET): === | === C# (.NET): === | ||
<code> | <code> | ||
− | '''public ref class''' | + | '''public ref class''' DrawRectanglesLayer : [[Class VLBasicVisionDrawLayers.TVLDrawPenBrushShapeLayer|Mitov.VisionLab.DrawPenBrushShapeLayer]] |
</code> | </code> | ||
== Summary == | == Summary == |
Latest revision as of 00:30, 26 June 2013
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: VisionLabPkg
Unit: VLMinAreaRectangles
Inherits: TVLDrawPenBrushShapeLayer
Contents |
Syntax
Delphi:
type TVLDrawRectanglesLayer = class( TVLDrawPenBrushShapeLayer )
C++ Builder:
class TVLDrawRectanglesLayer : public TVLDrawPenBrushShapeLayer
Visual C++ (MFC):
class CTVLDrawRectanglesLayer : public CTVLDrawPenBrushShapeLayer
C# (.NET):
public ref class DrawRectanglesLayer : Mitov.VisionLab.DrawPenBrushShapeLayer
Summary
Layer drawing detected rectangles.
Description
Add this layer to draw detected rectangles over the frames.
Diagram:
Example:
Pins
- InputPin - The Rectangles Input Pin of the layer.
From TVLDrawPenBrushShapeLayer
Properties
Published
- Pen - Specifies the pen settings to be used for the drawing.
- Brush - Specifies the brush settings to be used for the drawing.
- AntiAlias - Specifies if anti aliasing will be used when rendering the layer.
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