Property VLCommonFilter.TVLCommonROIMatrixSizeAnchorFilter.Anchor

From Mitov Wiki Doc
Jump to: navigation, search

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.

Class: TVLCommonROIMatrixSizeAnchorFilter

Contents

Syntax

Delphi:

property Anchor : TVLAnchorPoint read FAnchor write SetAnchor;

C++ Builder:

__property TVLAnchorPoint * Anchor = { read=FAnchor, write=SetAnchor };

Summary

The Anchor cell for the mask alignment with respect to the position of the input pixel.

Description

Use this property to specify the Anchor cell for the mask alignment with respect to the position of the input pixel.


Delphi example:

VLBoxFilter1.Anchor.X := 3;
VLBoxFilter1.Anchor.Y := 3;

C++ Builder example:

VLBoxFilter1->Anchor->X = 3;
VLBoxFilter1->Anchor->Y = 3;

Visual C++(MFC) example:

VLBoxFilter1.Anchor.X = 3;
VLBoxFilter1.Anchor.Y = 3;

Visual C++/CLI example:

boxFilter1->Anchor->X = 3;
boxFilter1->Anchor->Y = 3;

C# example:

boxFilter1.Anchor.X = 3;
boxFilter1.Anchor.Y = 3;

VB example:

BoxFilter1.Anchor.X = 3
BoxFilter1.Anchor.Y = 3

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox