-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Closed
Copy link
Labels
area-drawingShapes, Borders, Shadows, Graphics, BoxView, custom drawingShapes, Borders, Shadows, Graphics, BoxView, custom drawingpartner/syncfusionIssues / PR's with Syncfusion collaborationIssues / PR's with Syncfusion collaborationplatform/windowst/bugSomething isn't workingSomething isn't working
Milestone
Description
maui/src/Graphics/src/Graphics/Platforms/Windows/PlatformImage.cs
Lines 75 to 84 in 9b0aa90
public IImage Downsize(float maxWidth, float maxHeight, bool disposeOriginal = false) | |
{ | |
throw new NotImplementedException(); | |
} | |
public IImage Resize(float width, float height, ResizeMode resizeMode = ResizeMode.Fit, | |
bool disposeOriginal = false) | |
{ | |
throw new NotImplementedException(); | |
} |
Description
public IImage Resize(float width, float height, ResizeMode resizeMode = ResizeMode.Fit,
bool disposeOriginal = false)
{
throw new NotImplementedException();
}
Steps to Reproduce
public IImage Resize(float width, float height, ResizeMode resizeMode = ResizeMode.Fit,
bool disposeOriginal = false)
{
throw new NotImplementedException();
}
Link to public reproduction project repository
No response
Version with bug
7.0.92
Is this a regression from previous behavior?
No, this is something new
Last version that worked well
Unknown/Other
Affected platforms
Windows
Affected platform versions
Windows 10.0.19041.0
Did you find any workaround?
No
Relevant log output
Not Implemented Exception
Metadata
Metadata
Assignees
Labels
area-drawingShapes, Borders, Shadows, Graphics, BoxView, custom drawingShapes, Borders, Shadows, Graphics, BoxView, custom drawingpartner/syncfusionIssues / PR's with Syncfusion collaborationIssues / PR's with Syncfusion collaborationplatform/windowst/bugSomething isn't workingSomething isn't working