C# Class ShapePath2.GraphicsPath

ファイルを表示 Open project: inoook/BezierPath Class Usage Examples

Public Methods

Method Description
GraphicsPath ( List commands = null, List data = null, string winding = "evenOdd" ) : System.Collections

Method Details

GraphicsPath() public method

public GraphicsPath ( List commands = null, List data = null, string winding = "evenOdd" ) : System.Collections
commands List
data List
winding string
return System.Collections