drawGetStrokeOpacity method

double drawGetStrokeOpacity()

DrawGetStrokeOpacity() returns the alpha of stroked object outlines.

Implementation

double drawGetStrokeOpacity() =>
    _magickWandBindings.DrawGetStrokeOpacity(_wandPtr);