Categories

Drawing example

A drawing example

Drawing example

<%@ Page Language="VB" ContentType="image/gif" %>
<%@ Import Namespace="System.Drawing" %>
<%@ Import Namespace="System.Drawing.Imaging" %>
<Script Runat = "Server">
Sub Page_Load
Dim objBitmap As Bitmap
Dim objGraphics As Graphics
objBitmap = New Bitmap(480

No related posts.

Related posts brought to you by Yet Another Related Posts Plugin.

Comments are closed.