'Declaration Public Function GetData() As Byte()
'Usage Dim instance As ImGearPDEImage Dim value() As Byte value = instance.GetData()
public byte[] GetData()
public: byte[]* GetData();
public: array<byte>^ GetData();
Return Value
Array of bytes.
'Declaration Public Function GetData() As Byte()
'Usage Dim instance As ImGearPDEImage Dim value() As Byte value = instance.GetData()
public byte[] GetData()
public: byte[]* GetData();
public: array<byte>^ GetData();