GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPictureImaging / GetPixelArrayInteger Method





In This Topic
GetPixelArrayInteger Method (IGdPictureImaging)
In This Topic
Syntax
'Declaration
 
<DispIdAttribute(415)>
Function GetPixelArrayInteger( _
   ByVal ImageID As Integer, _
   ByRef Data() As Integer, _
   ByVal SrcLeft As Integer, _
   ByVal SrcTop As Integer, _
   ByVal Width As Integer, _
   ByVal Height As Integer _
) As GdPictureStatus
[DispId(415)]
GdPictureStatus GetPixelArrayInteger( 
   int ImageID,
   ref int[] Data,
   int SrcLeft,
   int SrcTop,
   int Width,
   int Height
)
function GetPixelArrayInteger( 
    ImageID: Integer;
   var  Data: Integerarray of;
    SrcLeft: Integer;
    SrcTop: Integer;
    Width: Integer;
    Height: Integer
): GdPictureStatus; 
DispIdAttribute(415)
function GetPixelArrayInteger( 
   ImageID : int,
   Data : int[],
   SrcLeft : int,
   SrcTop : int,
   Width : int,
   Height : int
) : GdPictureStatus;
[DispId(415)]
GdPictureStatus GetPixelArrayInteger( 
   int ImageID,
   ref int[]* Data,
   int SrcLeft,
   int SrcTop,
   int Width,
   int Height
) 
[DispId(415)]
GdPictureStatus GetPixelArrayInteger( 
   int ImageID,
   array<int>^% Data,
   int SrcLeft,
   int SrcTop,
   int Width,
   int Height
) 

Parameters

ImageID
Data
SrcLeft
SrcTop
Width
Height
See Also

Reference

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