C# Class Core2D.Project.XOptions

Project options.
Inheritance: ObservableObject
Mostrar archivo Open project: Core2D/Core2D Class Usage Examples

Public Methods

Method Description
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.

Method Details

Create() public static method

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

CrossPointShape() public static method

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

EllipsePointShape() public static method

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

FilledEllipsePointShape() public static method

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

FilledRectanglePointShape() public static method

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

RectanglePointShape() public static method

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