Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Resize and Downsize function in W2DImage class is not implemented on windows #16767

@MahmoudAlEssawi

Description

@MahmoudAlEssawi

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

No one assigned

    Labels

    area-drawingShapes, Borders, Shadows, Graphics, BoxView, custom drawingpartner/syncfusionIssues / PR's with Syncfusion collaborationplatform/windowst/bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions