drawGetStrokeWidth method

double drawGetStrokeWidth()

DrawGetStrokeWidth() returns the width of the stroke used to draw object outlines.

Implementation

double drawGetStrokeWidth() =>
    _magickWandBindings.DrawGetStrokeWidth(_wandPtr);