PHP 7.0.6 Released

GmagickDraw::getstrokeopacity

(PECL gmagick >= Unknown)

GmagickDraw::getstrokeopacityReturns the opacity of stroked object outlines

Description

public float GmagickDraw::getstrokeopacity ( void )

Returns the opacity of stroked object outlines.

Parameters

This function has no parameters.

Return Values

Returns a double describing the opacity.

User Contributed Notes

There are no user contributed notes for this page.
To Top