Enum VLMorphFilter.TVLMorphShapeType

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

Unit: VLMorphFilter

Contents

Syntax

Delphi:

type TVLMorphShapeType = (stRect, stCross, stEllipse, stCustom);

C++ Builder:

enum TVLMorphShapeType {stRect, stCross, stEllipse, stCustom};

Visual C++ (MFC):

enum CTVLMorphShapeType {stRect, stCross, stEllipse, stCustom};

Summary

Morph shapes enumeration.

Description

Defines the Morph shapes enumeration to be used by the TVLMorphFilter.


Delphi example:

VLMorphFilter1.MorphShape.ShapeType := stEllipse;

C++ Builder example:

VLMorphFilter1->MorphShape->ShapeType := stEllipse;

Visual C++(MFC) example:

VLMorphFilter1.MorphShape.ShapeType := stEllipse;

Visual C++/CLI example:

morphFilter1->MorphShape->ShapeType = Mitov::VideoLab::MorphShapeType::Ellipse;

C# example:

morphFilter1.MorphShape.ShapeType = Mitov.VideoLab.MorphShapeType.Ellipse;

VB example:

MorphFilter1.MorphShape.ShapeType = Mitov.VideoLab.MorphShapeType.Ellipse

Values

stRect Rectangle Morph shape.
stCross Cross Morph shape.
stEllipse Ellipse Morph shape.
stCustom Custom Morph shape.
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox