[]
        
(Showing Draft Content)

FarPoint.Win.Spread.DrawingSpace.PSObject.PaintText

PaintText Method

PaintText(Graphics, Rectangle)

Draws the text.

Declaration
protected override void PaintText(Graphics g, Rectangle rText)
Protected Overrides Sub PaintText(g As Graphics, rText As Rectangle)
Parameters
Type Name Description
Graphics g

Graphics device

Rectangle rText

Bounding rectangle for the text

Overrides