Accusoft.ImagXpress13.Net
PixelColor Property




Gets the color of the pixel within the client area of the view control at which the cursor is currently positioned.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
Public ReadOnly Property PixelColor As Color
'Usage
 
Dim instance As ImageXView
Dim value As Color
 
value = instance.PixelColor
[BrowsableAttribute(false)]
public Color PixelColor {get;}
[BrowsableAttribute(false)]
public: __property Color get_PixelColor();
[BrowsableAttribute(false)]
public:
property Color PixelColor {
   Color get();
}

Property Value

A System.Drawing.Color value which represents the color of the pixel within the client area of the view control.
See Also

Reference

ImageXView Class
ImageXView Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback