我想在这里使用这个问题的答案:Resize image ratioly with MaxHeight and MaxWidth constraints
但我的图像是 .Net 图像。我想知道是否有任何方法可以使用 .Net 图像的 maxheight 和 maxwidth 约束按比例调整图像大小。这是 asp 代码的样子:
<asp:Image ID="Image1" runat="server" Height="445px" Visible="False" Width="640px" />
后面的代码如下所示:
Image1.ImageUrl = "/Images/" + image1Link.ToString();