- 
                Notifications
    
You must be signed in to change notification settings  - Fork 1.4k
 
Closed
Labels
Completed 🔥feature request 📬A request for new changes to improve functionalityA request for new changes to improve functionalitygood first issueIssues identified as good for first-time contributorsIssues identified as good for first-time contributorshelp wantedIssues identified as good community contribution opportunitiesIssues identified as good community contribution opportunities
Milestone
Description
Describe the problem this feature would solve
We have a lot of this pattern in the toolkit:
new Rect(0, 0, size.Width, size.Height)Describe the solution
It'd be great to have some extensions for size:
size.ToRect() // Defaults to 0, 0
size.ToRect(point);
size.ToRect(x, y);Thoughts?
h82258652 and vgromfeld
Metadata
Metadata
Assignees
Labels
Completed 🔥feature request 📬A request for new changes to improve functionalityA request for new changes to improve functionalitygood first issueIssues identified as good for first-time contributorsIssues identified as good for first-time contributorshelp wantedIssues identified as good community contribution opportunitiesIssues identified as good community contribution opportunities