operator % abstract method

BorderRadiusGeometry operator %(
  1. double other
)

Computes the remainder of each corner 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);