Property VLFishEye.TVLFishEye.Curvature

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

Contents

Syntax

Delphi:

property Curvature : Real read FCurvature write SetCurvature default 0.03;

C++ Builder:

__property double Curvature = { read=FCurvature, write=SetCurvature, default=0.03 };

Summary

Specifies the curvature of the lens.

Description

Use this property to specify the curvature of the lens.


Delphi example:

VLFishEye1.Curvature := 0.03;

C++ Builder example:

VLFishEye1->Curvature = 0.03;

Visual C++(MFC) example:

VLFishEye1.Curvature = 0.03;

Visual C++/CLI example:

fishEye1->Curvature = 0.03;

C# example:

fishEye1.Curvature = 0.03;

VB example:

FishEye1.Curvature = 0.03

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox