【发布时间】:2017-10-09 15:41:02
【问题描述】:
如何使用后面的 c# 代码在 asp 页面上的特定坐标上的图像上绘制水平线 这是我在 aspx 页面中的图像代码
<asp:UpdatePanel ID="UpdatePanel1" runat="server">
<ContentTemplate>
<!--Content Here-->
<asp:Image ID="Image1" runat="server" Width="900" Height="650" />
</ContentTemplate>
</asp:UpdatePanel>
谁能帮帮我
【问题讨论】:
-
你的代码在哪里?