C# 클래스 Core2D.Shape.ShapeState

Shape state.
상속: ObservableObject
파일 보기 프로젝트 열기: Core2D/Core2D 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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

메소드 상세

Clone() 공개 메소드

Clones shape state.
public Clone ( ) : ShapeState
리턴 ShapeState

Create() 공개 정적인 메소드

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

Parse() 공개 정적인 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string