C# Class Xamarin.Canvas.BoxNode

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

Public Methods

Method Description
BoxNode ( Color color, int width = 1, int height = 1 ) : System

Method Details

BoxNode() public method

public BoxNode ( Color color, int width = 1, int height = 1 ) : System
color Color
width int
height int
return System