Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/lxn/walk
/ Location
Method
Location
rectangle.go:48–50 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
46
}
47
48
func
(r Rectangle) Location() Point {
49
return
Point{r.X, r.Y}
50
}
51
52
func
(r *Rectangle) SetLocation(p Point) Rectangle {
53
r.X = p.X
Callers
2
BoundsPixels
Method · 0.80
CreateLayoutItem
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected