Accusoft.NotateXpress13.Net
TransparentColor Property (ImageTool)




Gets and sets the System.Drawing.Color which will be transparent within the image displayed in the image annotation.
Syntax
'Declaration
 
Public Property TransparentColor As Color
'Usage
 
Dim instance As ImageTool
Dim value As Color
 
instance.TransparentColor = value
 
value = instance.TransparentColor
public Color TransparentColor {get; set;}
public: __property Color get_TransparentColor();
public: __property void set_TransparentColor( 
   Color value
);
public:
property Color TransparentColor {
   Color get();
   void set (    Color value);
}

Property Value

The System.Drawing.Color value set.
Remarks
The TransparentColor is the color in the image that will show through to what is underneath the object.
See Also

Reference

ImageTool Class
ImageTool Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback