Class VLMotionDetect.TVLMotionGrid
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
Line 62: | Line 62: | ||
=== Public === | === Public === | ||
+ | *[[Method function LPComponent.TLPPersistent.GetOwner() : TPersistent|function GetOwner() : TPersistent]] | ||
*[[Method procedure LPComponent.TLPPersistent.OwnerNameChanged(String;String)|procedure OwnerNameChanged(AOldName : String; ANewName : String)]] | *[[Method procedure LPComponent.TLPPersistent.OwnerNameChanged(String;String)|procedure OwnerNameChanged(AOldName : String; ANewName : String)]] | ||
[[Category:Classes]] | [[Category:Classes]] |
Revision as of 17:19, 18 October 2012
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: VLMotionDetect
Inherits: TLPPersistent
Contents |
Syntax
Delphi:
type TVLMotionGrid = class( TLPPersistent )
C++ Builder:
class TVLMotionGrid : public TLPPersistent
Visual C++ (MFC):
class CTVLMotionGrid : public CTLPPersistent
C# (.NET):
public ref class TVLMotionGrid : Vcl.VclProperty
Summary
Motion Grid parameters class.
Description
Defines the MotionGrid to be used by the TLVMotionDetect component. Th grid defines the sensitivity in different areas of the frame, and allows individual adjustment of the sensitivity by area.
0 - no sensitivity at all.
9 - maximum sensitivity.
Properties
Published
Public
- Items - Allows access to a item of the motion grid.
Methods
Public
- function ShowDialog() : Boolean - Shows a motion grin design dialog.