|
-
Jun 30th, 2001, 11:04 AM
#1
Thread Starter
Junior Member
Creating the mask of an image
I've made a function that creates the mask of an image using the API functions :
Declare Function GetPixel Lib "gdi32" (ByVal hdc As Long, ByVal X As Long, ByVal Y As Long) As Long
and
Declare Function SetPixelV Lib "gdi32" (ByVal hdc As Long, ByVal X As Long, ByVal Y As Long, ByVal crColor As Long) As Long
What I want to know is if the API already have one that makes that.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|