Skip to content

Make the GetPixels() method in WindowsExtensions public #3330

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

eli-popova
Copy link

@eli-popova eli-popova commented Aug 5, 2025

Description of Change

We would like to use the GetPixels() method in our custom SKXamlCanvas.

Bugs Fixed

None.

API Changes

The access modifier of the GetPixels method is changed from internal to public.

Changed:

  • internal static IntPtr GetPixels(this WriteableBitmap bitmap) => public static IntPtr GetPixels(this WriteableBitmap bitmap)

Behavioral Changes

None.

Required skia PR

None.

PR Checklist

  • Has tests (if omitted, state reason in description)
  • Rebased on top of main at time of PR
  • Merged related skia PRs
  • Changes adhere to coding standard
  • Updated documentation

Copy link
Contributor

Hey there @@eli-popova! Thank you so much for your PR! Someone from the team will get assigned to your PR shortly and we'll get it reviewed.

@eli-popova
Copy link
Author

@dotnet-policy-service agree company="Progress"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

1 participant