operator * abstract method

BorderRadiusGeometry operator *(
  1. 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);