magickGetPointsize method

double magickGetPointsize()

Returns the font pointsize associated with the MagickWand.

Implementation

double magickGetPointsize() =>
    _magickWandBindings.MagickGetPointsize(_wandPtr);