getClip abstract method

T getClip(
  1. Size size
)

Returns a description of the clip given that the render object being clipped is of the given size.

Implementation

T getClip(Size size);