Property VLImageGen.TVLImageGen.Transparency

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

Contents

Syntax

Delphi:

property Transparency : TVLTransparency read FTransparency write SetTransparency;

C++ Builder:

__property TVLTransparency * Transparency = { read=FTransparency, write=SetTransparency };

Summary

Specifies how the image transparency will be selected.

Description

Use this property to specify how and if transparent color will be used for the image transparency.


Delphi example:

VLImageGen1.Transparency.TransparentColor := clRed;

C++ Builder example:

VLImageGen1->Transparency->TransparentColor := clRed;

Visual C++(MFC) example:

VLImageGen1.Transparency.TransparentColor := GRB(255,0,0);

Visual C++/CLI example:

imageGen1->Transparency->TransparentColor = System::Drawing::KnownColor::Red;

C# example:

imageGen1.Transparency.TransparentColor = System.Drawing.KnownColor.Red;

VB example:

ImageGen1.Transparency.TransparentColor = System.Drawing.KnownColor.Red

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox