[]
        
(Showing Draft Content)

FarPoint.Win.Spread.DrawingSpace.PSShape.PaintText

PaintText Method

PaintText(Graphics, Rectangle)

Draws the text for the shape.

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