-
Notifications
You must be signed in to change notification settings - Fork 981
Closed
Labels
Good First IssueThis issue has limited complexity and may be a good start for new contributorsThis issue has limited complexity and may be a good start for new contributorsHelp WantedScott won't do this soon, but PRs from the community are welcome!Scott won't do this soon, but PRs from the community are welcome!
Description
Presently there is just a constructor that accepts float
ScottPlot/src/ScottPlot5/ScottPlot5/Pixel.cs
Lines 8 to 12 in 1a4568c
| public Pixel(float x, float y) | |
| { | |
| X = x; | |
| Y = y; | |
| } |
Add an overload which casts X and Y to float and assigns appropriately
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Good First IssueThis issue has limited complexity and may be a good start for new contributorsThis issue has limited complexity and may be a good start for new contributorsHelp WantedScott won't do this soon, but PRs from the community are welcome!Scott won't do this soon, but PRs from the community are welcome!