C# Class Xamarin.Canvas.Size

ファイルを表示 Open project: Clancey/Canvas

Public Properties

Property Type Description
Height double
Width double

Public Methods

Method Description
Size ( double width, double height ) : System

Method Details

Size() public method

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

Property Details

Height public_oe property

public double Height
return double

Width public_oe property

public double Width
return double