←Select platform

Transparent Property

Summary

Gets or sets the transparency color.

Syntax
C#
VB
C++
public RasterColor Transparent { get; set; } 
Public Property Transparent As RasterColor 
public: 
property RasterColor Transparent { 
   RasterColor get(); 
   void set (    RasterColor ); 
} 

Property Value

The transparency color.

Example

Refer to FeatherAlphaBlendCommand.

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