Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.28
|
Leadtools Namespace > RasterImage Class : Transparent Property |
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 isTransparent
public boolean getTransparent() public void setTransparent(boolean value)
<br/>get_Transparent();<br/>set_Transparent(value);<br/>Object.defineProperty('Transparent');
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 RasterPaintProperties.
For more information, refer to PNG Files and Transparency.