C# Class Core2D.Shape.ShapeState

Shape state.
Inheritance: ObservableObject
Afficher le fichier Open project: Core2D/Core2D Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Clone ( ) : ShapeState

Clones shape state.

Create ( ShapeStateFlags flags = ShapeStateFlags.Default ) : ShapeState

Creates a new ShapeState instance.

Parse ( string s ) : ShapeState

Parses a shape state string.

ToString ( ) : string

Method Details

Clone() public méthode

Clones shape state.
public Clone ( ) : ShapeState
Résultat ShapeState

Create() public static méthode

Creates a new ShapeState instance.
public static Create ( ShapeStateFlags flags = ShapeStateFlags.Default ) : ShapeState
flags ShapeStateFlags The state flags.
Résultat ShapeState

Parse() public static méthode

Parses a shape state string.
public static Parse ( string s ) : ShapeState
s string The shape state string.
Résultat ShapeState

ToString() public méthode

public ToString ( ) : string
Résultat string