Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/lxn/walk
/ toRECT
Method
toRECT
rectangle.go:70–77 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
68
}
69
70
func
(r Rectangle) toRECT() win.RECT {
71
return
win.RECT{
72
int32(r.X),
73
int32(r.Y),
74
int32(r.X + r.Width),
75
int32(r.Y + r.Height),
76
}
77
}
Callers
6
onInsertedWidget
Method · 0.80
invalidateBorderInParent
Method · 0.80
DrawText
Method · 0.80
drawStretched
Method · 0.80
doPaint
Method · 0.80
DrawTextPixels
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected