Reporting

The CrossShape type exposes the following members.

Constructors

  NameDescription
Public methodCrossShape()()()()
Initializes a new instance of the CrossShape with zero angle of rotation.
Public methodCrossShape(Double, Int32)
Initializes a new instance of the CrossShape with the specified angle of rotation in degrees.

Methods

  NameDescription
Public methodAddBeziers
Adds a Bezier curve to the shape.
(Inherited from ShapeBase.)
Public methodAddEllipse
Adds an ellipse to the shape.
(Inherited from ShapeBase.)
Public methodAddLine
Adds a straight line to the shape.
(Inherited from ShapeBase.)
Public methodAddLines
Adds a series of straight lines to the shape.
(Inherited from ShapeBase.)
Public methodClone (Overrides ShapeBase..::..Clone()()()().)
Protected methodCreateRawShape
Creates the raw shape.
(Overrides RoundedCornerShape..::..CreateRawShape()()()().)
Protected methodCreateShape
Creates the shape.
(Inherited from RoundedCornerShape.)
Public methodGetEnumerator (Inherited from ShapeBase.)
Protected methodRecreateShape
Recreates the shape.
(Inherited from ShapeBase.)
Public methodToString
Returns a human-readable representation ot this CrossShape.
(Overrides Object..::..ToString()()()().)

Properties

  NameDescription
Protected propertyAngleInRad
Gets the angle of rotation of this shape in radians.
(Inherited from ShapeBase.)
Public propertyBounds
Gets or sets the bounds of this shape.
(Inherited from ShapeBase.)
Public propertyRounding
Gets or sets the rounding factor for the shape.
(Inherited from RoundedCornerShape.)
Public propertyStartAngle (Inherited from ShapeBase.)

Explicit Interface Implementations

See Also