calculateExtent abstract method

double calculateExtent(
  1. SpanExtentDelegate delegate
)

Calculates the actual extent of the span in pixels.

To assist with the calculation, span metrics obtained from the provided SpanExtentDelegate may be used.

Implementation

double calculateExtent(SpanExtentDelegate delegate);