LEADTOOLS Windows Forms (Leadtools.WinForms assembly)

ImageColor Property

Show in webframe





The System.Drawing.Color that covers the un-panned area.
Syntax
public Color ImageColor {get; set;}
'Declaration
 
Public Property ImageColor As Color
'Usage
 
Dim instance As RasterImagePanViewer
Dim value As Color
 
instance.ImageColor = value
 
value = instance.ImageColor

            

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

Property Value

The surrounding Pan Rectangle color.
Remarks
This property contains the color of the area that surrounds the Pan Rectangle.
The default is Transparent color.
Example
Refer to Viewer example.
Requirements

Target Platforms

See Also

Reference

RasterImagePanViewer Class
RasterImagePanViewer Members

 

 


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