Class
CrossShape

Represents an cross shape.

Definition

Constructors

CrossShape()

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

Declaration

cs-api-definition
public CrossShape()

CrossShape(double, int)

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

Declaration

cs-api-definition
public CrossShape(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()

Internal use only

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 CrossShape.

Declaration

cs-api-definition
public override string ToString()

Returns

string

A human-readable representation ot this CrossShape.

Overrides object.ToString()