'Declaration
Public Function SetPixelArrayInteger( _ ByVal ImageID As Integer, _ ByRef Data() As Integer, _ ByVal DstLeft As Integer, _ ByVal DstTop As Integer, _ ByVal Width As Integer, _ ByVal Height As Integer _ ) As GdPictureStatus
public GdPictureStatus SetPixelArrayInteger( int ImageID, ref int[] Data, int DstLeft, int DstTop, int Width, int Height )
public function SetPixelArrayInteger( ImageID: Integer; var Data: Integerarray of; DstLeft: Integer; DstTop: Integer; Width: Integer; Height: Integer ): GdPictureStatus;
public function SetPixelArrayInteger( ImageID : int, Data : int[], DstLeft : int, DstTop : int, Width : int, Height : int ) : GdPictureStatus;
Parameters
- ImageID
- Data
- DstLeft
- DstTop
- Width
- Height