C# Class Core2D.Project.XOptions

Project options.
Inheritance: ObservableObject
Afficher le fichier Open project: Core2D/Core2D Class Usage Examples

Méthodes publiques

Méthode 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 méthode

Creates a new XOptions instance.
public static Create ( ) : XOptions
Résultat XOptions

CrossPointShape() public static méthode

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

EllipsePointShape() public static méthode

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

FilledEllipsePointShape() public static méthode

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

FilledRectanglePointShape() public static méthode

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

RectanglePointShape() public static méthode

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