GxImage: CreateImage |
This method creates an image from an external (custom) source.
Public Function CreateImage( ByVal image As Variant, ByVal Format As Long, ByVal XSize As Long, ByVal YSize As Long, ByVal SLine As Long ) As Long
[Visual Basic] Public Function CreateImage(ByVal image As Variant, ByVal format As Long, ByVal xsize As Long, ByVal ysize As Long, ByVal sline As Long) As Long
[Delphi] function CreateImage(image : Variant; format : Integer; xsize : Integer; ysize : Integer; sline : Integer) : Integer;
[C++] long CreateImage(VARIANT image, long format, long xsize, long ysize, long sline);
Class GxImage Overview GxImage Properties GxImage Methods CopyView DblClick