operator ~/ abstract method

BorderRadiusGeometry operator ~/(
  1. double other
)

Integer divides the BorderRadiusGeometry object's corners by the given factor.

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

This operator may have unexpected results when applied to a mixture of BorderRadius and BorderRadiusDirectional objects.

Implementation

BorderRadiusGeometry operator ~/(double other);