[]
        
(Showing Draft Content)

FarPoint.Win.Spread.ImageFocusIndicatorRenderer

ImageFocusIndicatorRenderer Class

Represents the renderer of the image focus indicator.

Inheritance
ImageFocusIndicatorRenderer
Namespace: FarPoint.Win.Spread
Assembly: FarPoint.Win.Spread.dll
Syntax
[TypeConverter(typeof(ImageFocusIndicatorRendererConverter))]
public class ImageFocusIndicatorRenderer : IFocusIndicatorRenderer, ISerializeSupport
<TypeConverter(GetType(ImageFocusIndicatorRendererConverter))>
Public Class ImageFocusIndicatorRenderer
    Implements IFocusIndicatorRenderer, ISerializeSupport

Constructors

Name Description
ImageFocusIndicatorRenderer()

Creates a new renderer of the image focus indicator.

ImageFocusIndicatorRenderer(Image, Color)

Creates a new renderer of the image focus indicator.

Properties

Name Description
Image

Gets or sets the image to use for rendering the custom focus indicator.

TransparencyColor

Gets or sets the transparency color of the custom focus indicator.

Methods

Name Description
Paint(Graphics, int, int, int, int, bool, bool, bool, bool)

Paints the cell with the image focus indicator using the specified control and dimensions.

ToString()

Returns the name of the renderer as a string.