Results for “Std.Ui.Draw.DrawError”
7 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.Ui.Draw.DrawError
Why a drawing was refused.
- Std.Ui.Draw.explain
&Std.Ui.Draw.DrawError -> StrA one-line description of a refusal.
- Std.Ui.Draw.line
&Std.Ui.Canvas.Canvas -> Std.Ui.Canvas.Point -> Std.Ui.Canvas.Point -> Int -> Std.Ui.Canvas.Color -> Result[Std.Ui.Canvas.Canvas, Std.Ui.Draw.DrawError]The canvas with a straight stroke from
fromtoto,widthpixels - Std.Ui.Draw.linearGradient
&Std.Ui.Canvas.Canvas -> Std.Ui.Canvas.Rect -> Std.Ui.Canvas.Color -> Std.Ui.Canvas.Color -> Bool -> Result[Std.Ui.Canvas.Canvas, Std.Ui.Draw.DrawError]The canvas with
areafilled fromfromtoto: left to right when - Std.Ui.Draw.outline
&Std.Ui.Canvas.Canvas -> Std.Ui.Canvas.Rect -> Int -> Std.Ui.Canvas.Color -> Result[Std.Ui.Canvas.Canvas, Std.Ui.Draw.DrawError]The canvas with the edges of
areastrokedwidthpixels inward. - Std.Ui.Draw.polygon
&Std.Ui.Canvas.Canvas -> &Array[Std.Ui.Canvas.Point] -> Std.Ui.Canvas.Color -> Result[Std.Ui.Canvas.Canvas, Std.Ui.Draw.DrawError]The canvas with the polygon through
pointsfilled by the even-odd - Std.Ui.Draw.polyline
&Std.Ui.Canvas.Canvas -> &Array[Std.Ui.Canvas.Point] -> Int -> Std.Ui.Canvas.Color -> Result[Std.Ui.Canvas.Canvas, Std.Ui.Draw.DrawError]The canvas with strokes joining consecutive
points.
