←Select platform

Opacity Property

Summary

Gets ors sets a value that represents how transparent the cells are, compared to the original pixels. This is a percentage.

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

Value that represents how transparent the cells are, compared to the original pixels. This is a percentage. Possible values are 0 - 100. (0 is total transparency and 100 is total opacity.)

Example

Refer to PixelateCommand.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly