Class VLMorphFilter.TVLMorphShape
From Mitov Wiki Doc
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
Inherits: TLPPersistent
Contents |
Syntax
Delphi:
type TVLMorphShape = class( TLPPersistent )
C++ Builder:
class TVLMorphShape : public TLPPersistent
Visual C++ (MFC):
class CTVLMorphShape : public CTLPPersistent
C# (.NET):
public ref class MorphShape : Vcl.VclProperty
Summary
Morph shape parameters class.
Description
Defines morph shape parameters class to be used by the TVLMorphFilter.
Properties
Published
- ShapeType - Morph shape type.
Public
- Items - Two dimensional array of bits for defining custom Morph shape.
Methods
Public
- function ShowDialog() : Boolean - Shows a custom morph shape design dialog.