[]
Gets the bounding rectangles for the text and the picture in the presentation space.
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)
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 |