C# Класс Core2D.Style.ArrowStyle

Line ending arrow style.
Наследование: BaseStyle
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ArrowStyle ( )

Initializes a new instance of the ArrowStyle class.

ArrowStyle ( BaseStyle source )

Initializes a new instance of the ArrowStyle class.

Clone ( ) : ArrowStyle

Clones arrow style.

Create ( ArrowType arrowType = ArrowType.None, bool isStroked = true, bool isFilled = false, double radiusX = 5.0, double radiusY = 3.0 ) : ArrowStyle

Creates a new ArrowStyle instance.

Create ( string name, BaseStyle source, ArrowType arrowType = ArrowType.None, bool isStroked = true, bool isFilled = false, double radiusX = 5.0, double radiusY = 5.0 ) : ArrowStyle

Creates a new ArrowStyle instance.

Описание методов

ArrowStyle() публичный Метод

Initializes a new instance of the ArrowStyle class.
public ArrowStyle ( )

ArrowStyle() публичный Метод

Initializes a new instance of the ArrowStyle class.
public ArrowStyle ( BaseStyle source )
source BaseStyle The source style.

Clone() публичный Метод

Clones arrow style.
public Clone ( ) : ArrowStyle
Результат ArrowStyle

Create() публичный статический Метод

Creates a new ArrowStyle instance.
public static Create ( ArrowType arrowType = ArrowType.None, bool isStroked = true, bool isFilled = false, double radiusX = 5.0, double radiusY = 3.0 ) : ArrowStyle
arrowType ArrowType The arrow type.
isStroked bool The arrow shape stroke flag.
isFilled bool The arrow shape fill flag.
radiusX double The arrow X axis radius.
radiusY double The arrow Y axis radius.
Результат ArrowStyle

Create() публичный статический Метод

Creates a new ArrowStyle instance.
public static Create ( string name, BaseStyle source, ArrowType arrowType = ArrowType.None, bool isStroked = true, bool isFilled = false, double radiusX = 5.0, double radiusY = 5.0 ) : ArrowStyle
name string The arrow style name.
source BaseStyle The source style.
arrowType ArrowType The arrow type.
isStroked bool The arrow shape stroke flag.
isFilled bool The arrow shape fill flag.
radiusX double The arrow X axis radius.
radiusY double The arrow Y axis radius.
Результат ArrowStyle