| Visual Basic (Declaration) | |
|---|---|
Sub DrawEdge( _ ByVal graphics As Graphics, _ ByVal start As Point, _ ByVal end As Point _ ) | |
Parameters
- graphics
- The graphics that should be used to paint.
- start
- Start point
- end
- End point
| DataDynamics.Reports.Windows.Forms | Support Forum |
| DrawEdge Method | |
| See Also | |
|
| DataDynamics.Reports.Windows.Forms.UI Namespace > IControlRendering Interface : DrawEdge Method |
| Visual Basic (Declaration) | |
|---|---|
Sub DrawEdge( _ ByVal graphics As Graphics, _ ByVal start As Point, _ ByVal end As Point _ ) | |