Renders the border around the AnnotationRectangle object.
Syntax
| Visual Basic (Declaration) | |
|---|
Overrides Public Sub Render( _
ByVal graphics As Graphics, _
ByVal location As PointF, _
ByVal printing As Boolean _
) |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As BorderRectangle
Dim graphics As Graphics
Dim location As PointF
Dim printing As Boolean
instance.Render(graphics, location, printing)
|
Parameters
- graphics
- Indicates the cref="System.Drawing.Graphics" object used to paint the border.
- location
- printing
See Also