C# Class Core2D.Path.XPathSize

Path size.
Inheritance: ObservableObject
Exibir arquivo Open project: Core2D/Core2D Class Usage Examples

Public Methods

Method Description
Create ( double width = 0.0, double height = 0.0 ) : XPathSize

Creates a new XPathSize instance.

ToString ( ) : string

Method Details

Create() public static method

Creates a new XPathSize instance.
public static Create ( double width = 0.0, double height = 0.0 ) : XPathSize
width double The width value.
height double The height value.
return XPathSize

ToString() public method

public ToString ( ) : string
return string