PaintSelection Method (ISelectionRenderer)
In This Topic
Paints the selection.
Syntax
'Declaration
Sub PaintSelection( _
ByVal As Graphics, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer _
)
'Usage
Dim instance As ISelectionRenderer
Dim g As Graphics
Dim x As Integer
Dim y As Integer
Dim width As Integer
Dim height As Integer
instance.PaintSelection(g, x, y, width, height)
void PaintSelection(
Graphics ,
int ,
int ,
int ,
int
)
Parameters
- g
- Graphics object used to paint the rectangle
- x
- X-coordinate of the upper-left corner of the rectangle to paint
- y
- Y-coordinate of the upper-left corner of the rectangle to paint
- width
- Width of rectangle to paint
- height
- Height of rectangle to paint
See Also