C# Class Project.Polyline

Exibir arquivo 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