'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;
Parameters
- ImageID
- HistoA
- HistoR
- HistoG
- HistoB