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
Project
Polyline
C# Class Project.Polyline
Show file
Open project: dibagaran/cs-2015-7-alpha
Class Usage Examples
Public Methods
Method
Description
Add
(
Point
point
) :
void
Polyline
(
Color
color
,
int
width
) :
System
this
(
int
index
) :
Point
Method Details
Add()
public
method
public
Add
(
Point
point
) :
void
point
Point
return
void
Polyline()
public
method
public
Polyline
(
Color
color
,
int
width
) :
System
color
Color
width
int
return
System
this()
public
method
public
this
(
int
index
) :
Point
index
int
return
Point