C# Класс Core2D.Project.XOptions

Project options.
Наследование: ObservableObject
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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