C# Class Core2D.Path.XPathSize

Path size.
Inheritance: ObservableObject
Afficher le fichier Open project: Core2D/Core2D Class Usage Examples

Méthodes publiques

Méthode Description
Create ( double width = 0.0, double height = 0.0 ) : XPathSize

Creates a new XPathSize instance.

ToString ( ) : string

Method Details

Create() public static méthode

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.
Résultat XPathSize

ToString() public méthode

public ToString ( ) : string
Résultat string