LEADTOOLS Annotations (Leadtools.Annotations assembly)

TransparentColor Property

Show in webframe





Gets or sets the current transparent color of this AnnPicture object.
Syntax
public Color TransparentColor {get; set;}
'Declaration
 
Public Property TransparentColor As Color
'Usage
 
Dim instance As AnnPicture
Dim value As Color
 
instance.TransparentColor = value
 
value = instance.TransparentColor

            

            
public:
property Color TransparentColor {
   Color get();
   void set (    Color value);
}

Property Value

A System.Drawing.Color structure that represents the current transparent color of this AnnPicture object.
Example
For an example, refer to AnnPicture.
Requirements

Target Platforms

See Also

Reference

AnnPicture Class
AnnPicture Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.