Class
ArrowShape

Represents an arrow shape.

Definition

Constructors

ArrowShape()

Initializes a new instance of the ArrowShape with zero angle of rotation.

Declaration

cs-api-definition
public ArrowShape()

ArrowShape(double, int)

Initializes a new instance of the ArrowShape with the specified angle of rotation in degrees.

Declaration

cs-api-definition
public ArrowShape(double angle, int rounding)

Parameters

angle

double

A double value specifying the angle of rotation of the shape in degrees.

rounding

int

An int value between 0 and 100 specifying the rounding of the edges in percent.

Methods

Clone()

TODO: Add documentation.

Declaration

cs-api-definition
public override object Clone()

Returns

object

Overrides ShapeBase.Clone()

CreateRawShape()

Creates the raw shape.

Declaration

cs-api-definition
protected override void CreateRawShape()

Overrides RoundedCornerShape.CreateRawShape()

ToString()

Returns a human-readable representation ot this ArrowShape.

Declaration

cs-api-definition
public override string ToString()

Returns

string

A human-readable representation ot this ArrowShape.

Overrides object.ToString()