ImageGear22.Core Assembly > ImageGear.Processing Namespace > ImGearRasterProcessing Class : CalculateStatistics Method |
'Declaration Public Shared Function CalculateStatistics( _ ByVal page As ImGearRasterPage _ ) As ImGearChannelStatistics()
'Usage Dim page As ImGearRasterPage Dim value() As ImGearChannelStatistics value = ImGearRasterProcessing.CalculateStatistics(page)
public static ImGearChannelStatistics[] CalculateStatistics( ImGearRasterPage page )
public: static ImGearChannelStatistics[]* CalculateStatistics( ImGearRasterPage* page )
public: static array<ImGearChannelStatistics>^ CalculateStatistics( ImGearRasterPage^ page )