C1.Win.Bitmap.4.8 Assembly / C1.Win.Bitmap Namespace / C1Bitmap Class / CanConvertTo Method
The destionation pixel format.

In This Topic
CanConvertTo Method
In This Topic
Determines if the current pixel format can be converted to the destination pixel format.
Syntax
'Declaration
 
Public Function CanConvertTo( _
   ByVal pixelFormat As PixelFormat _
) As System.Boolean
 

Parameters

pixelFormat
The destionation pixel format.
See Also