In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdViewer / DisplayFromMemory(Int32,Int32) Method

DisplayFromMemory(Int32,Int32) Method

In This Topic
Syntax
'Declaration

 

Public Function DisplayFromMemory( _

   ByVal hMem As Integer, _

   ByVal Length As Integer _

) As GdPictureStatus
public GdPictureStatus DisplayFromMemory( 

   int hMem,

   int Length

)
public function DisplayFromMemory( 

    hMem: Integer;

    Length: Integer

): GdPictureStatus; 
public function DisplayFromMemory( 

   hMem : int,

   Length : int

) : GdPictureStatus;
public: GdPictureStatus DisplayFromMemory( 

   int hMem,

   int Length

) 
public:

GdPictureStatus DisplayFromMemory( 

   int hMem,

   int Length

) 

Parameters

hMem
Length
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdViewer
GdViewer Members