Enum VLWarp.TVLWarpType

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

Contents

Syntax

Delphi:

type TVLWarpType = (wtBilinear, wtPerspective);

C++ Builder:

enum TVLWarpType {wtBilinear, wtPerspective};

Visual C++ (MFC):

enum CTVLWarpType {wtBilinear, wtPerspective};

Summary

WarpType for the TVLWarp component - Bilinear or Perspective.

Description

Defines the WarpType for the TVLWarp component - Bilinear or Perspective.


Delphi example:

VLWarp1.WarpType := wtPerspective;

C++ Builder example:

VLWarp1->WarpType = wtPerspective;

Visual C++(MFC) example:

VLWarp1.WarpType = wtPerspective;

Visual C++/CLI example:

warp1->WarpType = Mitov::VideoLab::WarpType::Perspective;

C# example:

warp1.WarpType = Mitov.VideoLab.WarpType.Perspective;

VB example:

Warp1.WarpType = Mitov.VideoLab.WarpType.Perspective

Values

wtBilinear Bilinear warp operation.
wtPerspective Pespective warp operation.
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox