Property VLRotate.TVLRotate.SmoothEdge

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

Contents

Syntax

Delphi:

property SmoothEdge : Boolean read FSmoothEdge write SetSmoothEdge default True;

C++ Builder:

__property bool SmoothEdge = { read=FSmoothEdge, write=SetSmoothEdge, default=True };

Summary

Smooths the edges.

Description

If set to True, the resulting image will appear with smooth edges.


Delphi example:

VLRotate1.SmoothEdge := True;

C++ Builder example:

VLRotate1->SmoothEdge = true;

Visual C++(MFC) example:

VLRotate1.SmoothEdge = true;

Visual C++/CLI example:

rotate1->SmoothEdge = true;

C# example:

rotate1.SmoothEdge = true;

VB example:

Rotate1.SmoothEdge = True

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox