←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
C++
public int Opacity { get; set; } 
Public Property Opacity As Integer 
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 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Effects Assembly