Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Draw
Line
C# Class Draw.Line
Inheritance:
Draw.Shape
Show file
Open project: EFanZh/EFanZh
Public Methods
Method
Description
Distance
(
Point
point
) :
float
Draw
(
Graphics
graphics
) :
void
Method Details
Distance()
public
method
public
Distance
(
Point
point
) :
float
point
Point
return
float
Draw()
public
method
public
Draw
(
Graphics
graphics
) :
void
graphics
System.Drawing.Graphics
return
void