Results 1 to 2 of 2

Thread: changeing pixel size?

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Aug 2000
    Location
    Texas
    Posts
    313

    Question

    I am useing the api setpixel, how can I change the size or the pixel?

  2. #2
    _______ HeSaidJoe's Avatar
    Join Date
    Jun 1999
    Location
    Canada
    Posts
    3,946

    <?>

    'conversion of twips to pix and or pix to twips

    ThePixelsX = TheTwipsX / Screen.TwipsPerPixelX
    ThePixelsY = TheTwipsY / Screen.TwipsPerPixelY

    TheTwipsX = ThePixelsX * Screen.TwipsPerPixelX
    TheTwipsY = ThePixelsY * Screen.TwipsPerPixelY
    "A myth is not the succession of individual images,
    but an integerated meaningful entity,
    reflecting a distinct aspect of the real world."

    ___ Adolf Jensen

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width