[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CustomFocusIndicatorRenderer.-ctor

CustomFocusIndicatorRenderer Constructor

CustomFocusIndicatorRenderer()

Creates a new renderer for the custom focus indicator.

Declaration
public CustomFocusIndicatorRenderer()
Public Sub New()

CustomFocusIndicatorRenderer(int)

Creates a new renderer for the custom focus indicator with the specified line thickness.

Declaration
public CustomFocusIndicatorRenderer(int thickness)
Public Sub New(thickness As Integer)
Parameters
Type Name Description
int thickness

Line thickness in pixels

CustomFocusIndicatorRenderer(Bitmap, int)

Creates a new renderer for the custom focus indicator with the specified bitmap and thickness.

Declaration
public CustomFocusIndicatorRenderer(Bitmap bitmap, int thickness)
Public Sub New(bitmap As Bitmap, thickness As Integer)
Parameters
Type Name Description
Bitmap bitmap

Bitmap to use for rendering

int thickness

Line thickness in pixels

CustomFocusIndicatorRenderer(object)

Creates a custom focus indicator by copying another.

Declaration
public CustomFocusIndicatorRenderer(object cloneFrom)
Public Sub New(cloneFrom As Object)
Parameters
Type Name Description
object cloneFrom

Object from which to copy or clone this picture