Documentation
¶
Index ¶
- Constants
- func Arc(x, y, r, angle1, angle2 float64)
- func Bezier(x1, y1, x2, y2 float64, p ...float64)
- func Circle(x, y, r float64)
- func Clear()
- func Clip()
- func Color(args ...any)
- func Context(w, h int)
- func Dash(args ...float64)
- func Earc(x, y, rx, ry, angle1, angle2 float64)
- func Ellipse(x, y, rx, ry float64)
- func Fill(preserve ...string)
- func From(x, y float64)
- func Linew(width float64)
- func Polygon(n int, x, y, r float64, degree ...float64)
- func Pop()
- func Push()
- func Rectangle(x, y, w, h float64, r ...float64)
- func Rotate(x, y, angle float64)
- func Scale(x, y float64)
- func Stroke(preserve ...string)
- func Text(x, y float64, s string)
- func To(x, y float64)
- func Translate(x, y float64)
Constants ¶
View Source
const (
Preserve = "preserve"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.