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

ScaleBy() needs ScaledBy() which performs a copy #16

Open
swharden opened this issue Apr 10, 2024 · 1 comment
Open

ScaleBy() needs ScaledBy() which performs a copy #16

swharden opened this issue Apr 10, 2024 · 1 comment

Comments

@swharden
Copy link
Owner

ScaleBy() needs ScaledBy() which performs a copy

@swharden
Copy link
Owner Author

public static SciTIF.Image ScaledBy(this SciTIF.Image image, double subtract, double scaleBy)
{
    SciTIF.Image img = image.Clone();
    img.ScaleBy(subtract, scaleBy);
    return img;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant