Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added DrawRectangle overload accepting RectangleF #62385

Merged
merged 9 commits into from
Jan 11, 2022
Merged

Added DrawRectangle overload accepting RectangleF #62385

merged 9 commits into from
Jan 11, 2022

Commits on Dec 4, 2021

  1. Configuration menu
    Copy the full SHA
    a8dedae View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2021

  1. Configuration menu
    Copy the full SHA
    dc886b4 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2021

  1. Configuration menu
    Copy the full SHA
    da90c4d View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2021

  1. Configuration menu
    Copy the full SHA
    797a39d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4b7b38 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2022

  1. Configuration menu
    Copy the full SHA
    ce47ab5 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2022

  1. Configuration menu
    Copy the full SHA
    c2f5513 View commit details
    Browse the repository at this point in the history
  2. Moving DrawRectangle and FillPie RectangleF tests to netcoreapp

    * Only testing RectangleF overloads in GraphicsTests.Core.cs; other
      overloads stay as they are.
    * FillPie tests that were newly added as part of issue #62385 are split
      in the same manner.
    medo64 committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    f6b9b4d View commit details
    Browse the repository at this point in the history
  3. Removing RectangleF overload from mono tests

    DrawRectangle with RectangleF overload is new and not compiled into
    mono.
    medo64 committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    6352e26 View commit details
    Browse the repository at this point in the history