[]
        
(Showing Draft Content)

FarPoint.Win.Spread.DrawingSpace.PSShape.GetTextAndPictureRectangles

GetTextAndPictureRectangles Method

GetTextAndPictureRectangles(Graphics, Rectangle, ref Rectangle, ref Rectangle)

Gets the bounding rectangles for the text and the picture in the presentation space.

Declaration
protected override void GetTextAndPictureRectangles(Graphics g, Rectangle r, ref Rectangle rPict, ref Rectangle rText)
Protected Overrides Sub GetTextAndPictureRectangles(g As Graphics, r As Rectangle, ByRef rPict As Rectangle, ByRef rText As Rectangle)
Parameters
Type Name Description
Graphics g

Graphics device

Rectangle r

Bounding rectangle for the shape

Rectangle rPict

Bounding rectangle for the picture

Rectangle rText

Bounding rectangle for the text

Overrides