←Select platform

Transparency Property

Summary
Gets or sets the transparency amount between the image and the canvas.
Syntax
C#
VB
C++
public int Transparency { get; set; } 
  
Public Property Transparency As Integer 
public: 
property int Transparency { 
   int get(); 
   void set (    int ); 
} 

Property Value

The transparency amount between the image and the canvas. Valid range is from 0 to 100. When set to 0, only the canvas image displays, and when set to 100, the canvas image is barely visible.

Example

Refer to CanvasCommand example.

Requirements

Target Platforms

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

Leadtools.ImageProcessing.SpecialEffects Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.