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





In This Topic
HistogramGetARGB Method (IGdPictureImaging)
In This Topic
Syntax
'Declaration
 
<DispIdAttribute(456)>
Function HistogramGetARGB( _
   ByVal ImageID As Integer, _
   ByRef HistoA() As Integer, _
   ByRef HistoR() As Integer, _
   ByRef HistoG() As Integer, _
   ByRef HistoB() As Integer _
) As GdPictureStatus
[DispId(456)]
GdPictureStatus HistogramGetARGB( 
   int ImageID,
   ref int[] HistoA,
   ref int[] HistoR,
   ref int[] HistoG,
   ref int[] HistoB
)
function HistogramGetARGB( 
    ImageID: Integer;
   var  HistoA: Integerarray of;
   var  HistoR: Integerarray of;
   var  HistoG: Integerarray of;
   var  HistoB: Integerarray of
): GdPictureStatus; 
DispIdAttribute(456)
function HistogramGetARGB( 
   ImageID : int,
   HistoA : int[],
   HistoR : int[],
   HistoG : int[],
   HistoB : int[]
) : GdPictureStatus;
[DispId(456)]
GdPictureStatus HistogramGetARGB( 
   int ImageID,
   ref int[]* HistoA,
   ref int[]* HistoR,
   ref int[]* HistoG,
   ref int[]* HistoB
) 
[DispId(456)]
GdPictureStatus HistogramGetARGB( 
   int ImageID,
   array<int>^% HistoA,
   array<int>^% HistoR,
   array<int>^% HistoG,
   array<int>^% HistoB
) 

Parameters

ImageID
HistoA
HistoR
HistoG
HistoB
See Also

Reference

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