C# Class Xamarin.Canvas.PolygonNode

Inheritance: Node
ファイルを表示 Open project: Clancey/Canvas Class Usage Examples

Public Methods

Method Description
PolygonNode ( double width, double height ) : System
SetVerticies ( IEnumerable verticies ) : void

Private Methods

Method Description
Normalize ( ) : void

Method Details

PolygonNode() public method

public PolygonNode ( double width, double height ) : System
width double
height double
return System

SetVerticies() public method

public SetVerticies ( IEnumerable verticies ) : void
verticies IEnumerable
return void