'Declaration<DispIdAttribute(656)> Function SetPixelArrayByte8bpp( _ ByVal ImageID As Integer, _ ByRef Data() As Byte, _ ByVal DstLeft As Integer, _ ByVal DstTop As Integer, _ ByVal Width As Integer, _ ByVal Height As Integer _ ) As GdPictureStatus
[DispId(656)] GdPictureStatus SetPixelArrayByte8bpp( int ImageID, ref byte[] Data, int DstLeft, int DstTop, int Width, int Height )
function SetPixelArrayByte8bpp(
ImageID: Integer;
var Data: Bytearray of;
DstLeft: Integer;
DstTop: Integer;
Width: Integer;
Height: Integer
): GdPictureStatus;
DispIdAttribute(656) function SetPixelArrayByte8bpp( ImageID : int, Data : byte[], DstLeft : int, DstTop : int, Width : int, Height : int ) : GdPictureStatus;
Parameters
- ImageID
- Data
- DstLeft
- DstTop
- Width
- Height