Method RequireMeasure
RequireMeasure(double, ref Graphics?)
Updates storage
with measurement canvas which can be used
in order to measure text sizes.
public static bool RequireMeasure(double scaleFactor, ref Graphics? storage)
Parameters
Returns
- bool
True if
storage
contains permanent canvas that can be kept in memory; False if canvas is temporary and should not be saved.