C# Class Core2D.Shape.ShapeState

Shape state.
Inheritance: ObservableObject
Exibir arquivo Open project: Core2D/Core2D Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method 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 method

Clones shape state.
public Clone ( ) : ShapeState
return ShapeState

Create() public static method

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

Parse() public static method

Parses a shape state string.
public static Parse ( string s ) : ShapeState
s string The shape state string.
return ShapeState

ToString() public method

public ToString ( ) : string
return string