DrawReversibleLine Method (Win32)
In This Topic
Syntax
'Declaration
Public Shared Sub DrawReversibleLine( _
ByVal As Control, _
ByVal As Point, _
ByVal As Point _
)
public static void DrawReversibleLine(
Control ,
Point ,
Point
)
Parameters
- c
- p1
- p2
See Also