'Declaration
Protected Overridable Sub GetTextAndPictureRectangles( _ ByVal g As Graphics, _ ByVal r As Rectangle, _ ByRef rPict As Rectangle, _ ByRef rText As Rectangle _ )
'Usage
Dim instance As SpreadCameraShape Dim g As Graphics Dim r As Rectangle Dim rPict As Rectangle Dim rText As Rectangle instance.GetTextAndPictureRectangles(g, r, rPict, rText)
Parameters
- g
- Graphics device
- r
- Bounding rectangle for the shape
- rPict
- Bounding rectangle for the picture
- rText
- Bounding rectangle for the text