Changes

From Free Knowledge Base- The DUCK Project: information for everyone
Jump to: navigation, search

Drawing, Graphics, and Images VB6

481 bytes added, 06:23, 11 February 2008
The following lines were added (+) and removed (-):
== Controls ==== VB6 Controls and Methods == === Draw === == Draw ===== PaintPicture ===Copy an image from a control such as a PictureBox and put it anywhere on a form.  Useful for animation.  BitBlt does the same thing as PaintPicture but faster.  BitBlt discussed later.  Bitblt is basically equal in speed to paintpicture when using the .picture method of a picture box. Bitlblt is faster when using the .image property of picture box control with paintpicture. object.PaintPicture source, x1, y1, w1, h1, x2, y2, w2, h2, opcode