Surface.DrawLine Method |
Language: |
Visual Basic Public Sub DrawLine( _
ByVal x1 As Integer, _
ByVal y1 As Integer, _
ByVal x2 As Integer, _
ByVal y2 As Integer _
)C# public void DrawLine(
int x1,
int y1,
int x2,
int y2
);C++ public:
void DrawLine(
int x1,
int y1,
int x2,
int y2
);JScript public function DrawLine(
x1 : int,
y1 : int,
x2 : int,
y2 : int
);
x1 System.Int32
y1 System.Int32
x2 System.Int32
y2 System.Int32
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center