C# Class Praeclarum.Graphics.Polygon

Mostra file Open project: praeclarum/Praeclarum Class Usage Examples

Public Properties

Property Type Description
Points List

Public Methods

Method Description
AddPoint ( float x, float y ) : void
Clear ( ) : void
Polygon ( ) : System
Polygon ( int xs, int ys, int c ) : System

Method Details

AddPoint() public method

public AddPoint ( float x, float y ) : void
x float
y float
return void

Clear() public method

public Clear ( ) : void
return void

Polygon() public method

public Polygon ( ) : System
return System

Polygon() public method

public Polygon ( int xs, int ys, int c ) : System
xs int
ys int
c int
return System

Property Details

Points public_oe property

public List Points
return List