LEADTOOLS (Leadtools assembly)

Transparent Property

Show in webframe







Gets or sets a value that indicates whether to use the transparent color.
Syntax
public bool Transparent {get; set;}
'Declaration
 
Public Property Transparent As Boolean
'Usage
 
Dim instance As RasterImage
Dim value As Boolean
 
instance.Transparent = value
 
value = instance.Transparent
public bool Transparent {get; set;}
@property (nonatomic, assign) BOOL transparent;
public boolean getTransparent()
public void setTransparent(boolean value)
            
 
get_Transparent();
set_Transparent(value);
Object.defineProperty('Transparent');
public:
property bool Transparent {
   bool get();
   void set (    bool value);
}

Property Value

true to use the transparent color; false, otherwise.
Remarks

The TransparentColor of a RasterImage is used when the Transparent property value is set to true.

Note, transparent paint does not work with RasterPaintEngine.Gdi. For more information, refer to Leadtools.Drawing.RasterPaintProperties.

For more information, refer to PNG Files and Transparency.

Example
For an example, refer to TransparentColor.
Requirements

Target Platforms

See Also

Reference

RasterImage Class
RasterImage Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.