BitmapExtrasDrawLine Method |
Namespace: ANDREICSLIB.ClassExtrasAssembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static void DrawLine(
Bitmap b,
Color c,
Tuple<int, int> one,
Tuple<int, int> two
)
Public Shared Sub DrawLine (
b As Bitmap,
c As Color,
one As Tuple(Of Integer, Integer),
two As Tuple(Of Integer, Integer)
)
public:
static void DrawLine(
Bitmap^ b,
Color c,
Tuple<int, int>^ one,
Tuple<int, int>^ two
)
static member DrawLine :
b : Bitmap *
c : Color *
one : Tuple<int, int> *
two : Tuple<int, int> -> unit
Parameters
- b
- Type: System.DrawingBitmap
- c
- Type: System.DrawingColor
- one
- Type: SystemTupleInt32, Int32
- two
- Type: SystemTupleInt32, Int32
See Also