MCPcopy
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
70func (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

onInsertedWidgetMethod · 0.80
DrawTextMethod · 0.80
drawStretchedMethod · 0.80
doPaintMethod · 0.80
DrawTextPixelsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected