In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPictureImaging / SetPixelArrayInteger Method

SetPixelArrayInteger Method (IGdPictureImaging)

In This Topic
Syntax
'Declaration

 

<DispIdAttribute(658)>

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
[DispId(658)]

GdPictureStatus SetPixelArrayInteger( 

   int ImageID,

   ref int[] Data,

   int DstLeft,

   int DstTop,

   int Width,

   int Height

)
function SetPixelArrayInteger( 

    ImageID: Integer;

   var  Data: Integerarray of;

    DstLeft: Integer;

    DstTop: Integer;

    Width: Integer;

    Height: Integer

): GdPictureStatus; 
DispIdAttribute(658)

function SetPixelArrayInteger( 

   ImageID : int,

   Data : int[],

   DstLeft : int,

   DstTop : int,

   Width : int,

   Height : int

) : GdPictureStatus;
[DispId(658)]

GdPictureStatus SetPixelArrayInteger( 

   int ImageID,

   ref int[]* Data,

   int DstLeft,

   int DstTop,

   int Width,

   int Height

) 
[DispId(658)]

GdPictureStatus SetPixelArrayInteger( 

   int ImageID,

   array<int>^% Data,

   int DstLeft,

   int DstTop,

   int Width,

   int Height

) 

Parameters

ImageID
Data
DstLeft
DstTop
Width
Height
See Also

Reference

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