operator * method

BorderRadiusGeometry operator * (double other)

Scales the BorderRadiusGeometry object's corners by the given factor.

This operator returns an object of the same type as the operand.

Implementation

BorderRadiusGeometry operator *(double other);