Spread Windows Forms 12.0 Product Documentation
ImageFocusIndicatorRenderer Constructor(Image,Color)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > ImageFocusIndicatorRenderer Class > ImageFocusIndicatorRenderer Constructor : ImageFocusIndicatorRenderer Constructor(Image,Color)
Image to use for the focus indicator
Color of the focus indicator that is treated as transparent
Creates a new renderer of the image focus indicator.
Syntax
'Declaration
 
Public Function New( _
   ByVal img As Image, _
   ByVal transparencyColor As Color _
)
'Usage
 
Dim img As Image
Dim transparencyColor As Color
 
Dim instance As New ImageFocusIndicatorRenderer(img, transparencyColor)
public ImageFocusIndicatorRenderer( 
   Image img,
   Color transparencyColor
)

Parameters

img
Image to use for the focus indicator
transparencyColor
Color of the focus indicator that is treated as transparent
See Also

Reference

ImageFocusIndicatorRenderer Class
ImageFocusIndicatorRenderer Members
Overload List