C# 클래스 Core2D.Project.XOptions

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

공개 메소드들

메소드 설명
Create ( ) : XOptions

Creates a new XOptions instance.

CrossPointShape ( ShapeStyle pss ) : BaseShape

Creates a new BaseShape instance.

EllipsePointShape ( ShapeStyle pss ) : BaseShape

Creates a new BaseShape instance.

FilledEllipsePointShape ( ShapeStyle pss ) : BaseShape

Creates a new BaseShape instance.

FilledRectanglePointShape ( ShapeStyle pss ) : BaseShape

Creates a new BaseShape instance.

RectanglePointShape ( ShapeStyle pss ) : BaseShape

Creates a new BaseShape instance.

메소드 상세

Create() 공개 정적인 메소드

Creates a new XOptions instance.
public static Create ( ) : XOptions
리턴 XOptions

CrossPointShape() 공개 정적인 메소드

Creates a new BaseShape instance.
public static CrossPointShape ( ShapeStyle pss ) : BaseShape
pss Core2D.Style.ShapeStyle The point shape .
리턴 Core2D.Shape.BaseShape

EllipsePointShape() 공개 정적인 메소드

Creates a new BaseShape instance.
public static EllipsePointShape ( ShapeStyle pss ) : BaseShape
pss Core2D.Style.ShapeStyle The point shape .
리턴 Core2D.Shape.BaseShape

FilledEllipsePointShape() 공개 정적인 메소드

Creates a new BaseShape instance.
public static FilledEllipsePointShape ( ShapeStyle pss ) : BaseShape
pss Core2D.Style.ShapeStyle The point shape .
리턴 Core2D.Shape.BaseShape

FilledRectanglePointShape() 공개 정적인 메소드

Creates a new BaseShape instance.
public static FilledRectanglePointShape ( ShapeStyle pss ) : BaseShape
pss Core2D.Style.ShapeStyle The point shape .
리턴 Core2D.Shape.BaseShape

RectanglePointShape() 공개 정적인 메소드

Creates a new BaseShape instance.
public static RectanglePointShape ( ShapeStyle pss ) : BaseShape
pss Core2D.Style.ShapeStyle The point shape .
리턴 Core2D.Shape.BaseShape