[]
        
(Showing Draft Content)

FarPoint.Web.Spread.PrePaintTextResult.-ctor

PrePaintTextResult Constructor

PrePaintTextResult(Control, bool)

Initializes a new instance of the PrePaintTextResult class.

Declaration
public PrePaintTextResult(Control bound, bool stopPainting)
Public Sub New(bound As Control, stopPainting As Boolean)
Parameters
Type Name Description
Control bound

The bound control.

bool stopPainting

if set to true the cell painting should not be performed.

PrePaintTextResult(Control, bool, bool)

Initializes a new instance of the PrePaintTextResult class.

Declaration
public PrePaintTextResult(Control bound, bool excludeBoundWidth, bool stopPainting)
Public Sub New(bound As Control, excludeBoundWidth As Boolean, stopPainting As Boolean)
Parameters
Type Name Description
Control bound

The bound control.

bool excludeBoundWidth

if set to true excludes boundary width.

bool stopPainting

if set to true the cell painting should not be performed.

PrePaintTextResult(Rectangle, bool)

Initializes a new instance of the PrePaintTextResult class.

Declaration
public PrePaintTextResult(Rectangle bounds, bool stopPainting)
Public Sub New(bounds As Rectangle, stopPainting As Boolean)
Parameters
Type Name Description
Rectangle bounds

The rectangle boundary.

bool stopPainting

if set to true the cell painting should not be performed.