MCPcopy
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
48func (r Rectangle) Location() Point {
49 return Point{r.X, r.Y}
50}
51
52func (r *Rectangle) SetLocation(p Point) Rectangle {
53 r.X = p.X

Callers 2

BoundsPixelsMethod · 0.80
CreateLayoutItemMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected