Enum VLColorsToReal.TVLScanMode

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.

Package: VideoLabPkg

Unit: VLColorsToReal

Contents

Syntax

Delphi:

type TVLScanMode = (smLine, smFrame);

C++ Builder:

enum TVLScanMode {smLine, smFrame};

Visual C++ (MFC):

enum CTVLScanMode {smLine, smFrame};

Summary

Scan modes enumeration.

Description

Defines enumeration with the scan modes for the TVLColorsToReal component.


Delphi example:

VLColorsToReal1.ScanMode := smLine;

C++ Builder example:

VLColorsToReal1->ScanMode = smLine;

Visual C++(MFC) example:

VLColorsToReal1.ScanMode = smLine;

Visual C++/CLI example:

colorsToReal1->ScanMode = Mitov::VideoLab::ScanMode::Line;

C# example:

colorsToReal1.ScanMode = Mitov.VideoLab.ScanMode.Line;

VB example:

ColorsToReal1.ScanMode = Mitov.VideoLab.ScanMode.Line

Values

smLine Line scan mode.
smFrame Frame scan mode.
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox