Property VLMorphFilter.TVLMorphShape.ShapeType

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

Contents

Syntax

Delphi:

property ShapeType : TVLMorphShapeType read FShapeType write SetShapeType;

C++ Builder:

__property TVLMorphShapeType ShapeType = { read=FShapeType, write=SetShapeType };

Summary

Morph shape type.

Description

Use this property to specify the morph shape type - stRect, stCross, stEllipse or stCustom.


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

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox