←Select platform

Opacity Property

Summary

Gets or set the opacity value used when combining the areas from the result of feathering and destination images.

Syntax

C#
VB
WinRT C#
C++
public int Opacity { get; set; } 
Public Property Opacity As Integer 
public int Opacity {get; set;} 
 <br/>get_Opacity();<br/>set_Opacity(value);<br/>Object.defineProperty('Opacity');  
public: 
property int Opacity { 
   int get(); 
   void set (    int ); 
} 

Property Value

Opacity value used when combining the areas from the result of feathering and destination images. This value ranges from 0 to 255.

Example

Refer to TextureAlphaBlendCommand.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Effects Assembly