←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
WinRT C#
C++
public int Opacity { get; set; } 
  
Public Property Opacity As Integer 
public int Opacity {get; set;} 
  
get_Opacity(); 
set_Opacity(value); 
Object.defineProperty('Opacity');  
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly