GetTextAndPictureRectangles(Graphics,Rectangle,Rectangle,Rectangle,String) Method
In This Topic
Internal use only.
Syntax
'Declaration
Protected Overloads Overridable Sub GetTextAndPictureRectangles( _
ByVal As Graphics, _
ByVal As Rectangle, _
ByRef As Rectangle, _
ByRef As Rectangle, _
ByVal As String _
)
'Usage
Dim instance As ElementControl
Dim g As Graphics
Dim r As Rectangle
Dim rPict As Rectangle
Dim rText As Rectangle
Dim paintString As String
instance.GetTextAndPictureRectangles(g, r, rPict, rText, paintString)
protected virtual void GetTextAndPictureRectangles(
Graphics ,
Rectangle ,
ref Rectangle ,
ref Rectangle ,
string
)
Parameters
- g
- Graphics device
- r
- Rectangle bounding the area
- rPict
- Rectangle bounding the picture
- rText
- Rectangle bounding the text
- paintString
- String
See Also