Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8205271
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T08:10:19+00:00 2026-06-07T08:10:19+00:00

I know of two ways: Using the .line, .circle, etc. methods Using bitblt PaintPicture

  • 0

I know of two ways:

  1. Using the .line, .circle, etc. methods
  2. Using bitblt
  3. PaintPicture (never used it; found it on google)

Are there any others?

What are the advantages to using a certain system over the other? (speed, anti-aliasing, etc.)

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-07T08:10:21+00:00Added an answer on June 7, 2026 at 8:10 am

    Line and Circle are for vector graphics. Line draws lines, rectangles, and squares. Circles draws ellipses and circles. You can control whether these methods are outlined or filled, the line width, and the foreground an background colours.

    BitBlt is an Win32 API call (not a built-in VB feature) which allows you to write a bitmap to a device context (which a PictureBox has). There are a number of different modes which allow you to interact the pixels of the background you are drawing onto with the pixels of the graphic).

    The PaintPicture() method is essentially a COM wrapper around BitBlt, with bitmap handles being replaced by Picture objects.

    There is also PSet, which simply draws a dot are the specified location on the screen. And I suppose you could also include Print, which allows you to draw text (which could potentially contain graphics fonts).

    If you go to the Win32 API, there are a host of other graphics functions for drawing other shapes such as arcs, polygons, and bezier curves. However, they are generally more difficult to use than the built-in VB methods.

    As for the advantages of ones over the others, it is basically:

    • VB features vs. Win32 API features : ease of use vs. power
    • Vector graphics vs. Bitmap graphics : more flexible, but more programming required vs. simple, but uses more memory.
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I started using git and already know two ways to use it as a
I know there are two ways of making a copy of a database. One
I know two ways to create tasks using Eclipse; with the tasks view or
There are two ways to capture the output of command line in bash :
As far as I know there are two ways to get the value from
There are two ways (that I know of) to cause an unintentional memory leak
I know two ways to check parameters of the method and throw exceptions when
Ok , I know the two standard ways to create a new thread and
I know that we can initialise an array in one of two ways: Loop
I know two methods of copying a postgres database, but both of them require

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.