Class Method

bezierPathForRect:withShape:lineThickness:

Get the bezier path for the specified bezier shape.


Declaration


+(UIBezierPath *)bezierPathForRect:(CGRect)rect withShape:(HSWidgetBezierShape)shape lineThickness:(CGFloat)thickness;

Parameters

Return Value

A bezier path for the specified shape. If HSWidgetBezierShapeDefault is specified for the shape then the user selected shape will be specified (or default HSWidgets provides if unset).

Related Links


Bezier Shapes