[]
        
(Showing Draft Content)

FarPoint.Win.Spread.DrawingSpace.PSShape.PaintForegroundImage

PaintForegroundImage Method

PaintForegroundImage(Graphics, Rectangle)

Draws the foreground image.

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

Graphics device

Rectangle r

Bounding rectangle for the object

Overrides