How can I draw a horizontal line over image on specific coordinate on asp page using c# code behind this is my image code in aspx page
<asp:UpdatePanel ID="UpdatePanel1" runat="server">
<ContentTemplate>
<!--Content Here-->
<asp:Image ID="Image1" runat="server" Width="900" Height="650" />
</ContentTemplate>
</asp:UpdatePanel>
can anyone help me