LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)
LEAD Technologies, Inc

LowerTransparency Property






Flag that indicates the transparency direction. .NET support WinRT support
Syntax
public bool LowerTransparency {get; set;}
'Declaration
 
Public Property LowerTransparency As Boolean
'Usage
 
Dim instance As OceanCommand
Dim value As Boolean
 
instance.LowerTransparency = value
 
value = instance.LowerTransparency
public bool LowerTransparency {get; set;}
 get_LowerTransparency();
set_LowerTransparency(value);
public:
property bool LowerTransparency {
   bool get();
   void set (    bool value);
}

Property Value

Enumeration that indicates the transparency direction. Possible values are:
Value Meaning
TRUE Transparency increases as you move from the bottom of the image to the top of the image, line by line.
FALSE Transparency increases as you move from the top of the image to the bottom of the image, line by line.
Example
Refer to OceanCommand.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

OceanCommand Class
OceanCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.