Unicode Controls & Classes for VB6 - Version 4
clsGpBitmap
.GetDimension Method
Gets the size of the internal image
Syntax
Public Sub GetDimension (ByRef
Width
As Single, _
ByRef
Height
As Single)
Parameters
Parameter
Description
ByRef
Width
As Single
(OUT) Width in pixels
ByRef
Height
As Single
(OUT) Height in pixels
Remarks