You can use the following:
MagickGeometry geometry = new MagickGeometry(1024, 600); geometry.Aspect = true; // Yes this looks confusing, I should rename this. magickImage.Resize(geometry); magickImage.Resize(new MagickGeometry("1024x600!"));