Property VLCommonFilter.TVLCommonROIMatrixSizeFilter.MaskSize

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: TVLCommonROIMatrixSizeFilter

Contents

Syntax

Delphi:

property MaskSize : TVLMaskSize read FMaskSize write SetMaskSize;

C++ Builder:

__property TVLMaskSize * MaskSize = { read=FMaskSize, write=SetMaskSize };

Summary

The size of the mask to be used by the filter in pixels.

Description

Use this property to specify the size of the mask to be used by the filter in pixels.


Delphi example:

VLBoxFilter1.MaskSize.Width := 5;
VLBoxFilter1.MaskSize.Height := 5;

C++ Builder example:

VLBoxFilter1->MaskSize->Width = 5;
VLBoxFilter1->MaskSize->Height = 5;

Visual C++(MFC) example:

VLBoxFilter1.MaskSize.Width = 5;
VLBoxFilter1.MaskSize.Height = 5;

Visual C++/CLI example:

boxFilter1->MaskSize->Width = 5;
boxFilter1->MaskSize->Height = 5;

C# example:

boxFilter1.MaskSize.Width = 5;
boxFilter1.MaskSize.Height = 5;

VB example:

BoxFilter1.MaskSize.Width = 5
BoxFilter1.MaskSize.Height = 5

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox