|
GetShapePicturePixels |
Top Previous Next |
|
GetShapePicturePixels (Method)
Use this method if you want to get an array of RGB colors from the pixels of a picture object
Syntax: Function GetShapePicturePixels(avHandle As Integer, lWidth As Integer, lHeight As Integer, RGBPixels(,) As Integer) As Boolean
The GetShapePicturePixels method syntax consists of the following:
Return value: Boolean - True on success, false on error.
|