ImageGear23.Processing.Advanced Assembly > ImageGear.Processing Namespace > ImGearEffects Class > EdgeMap Method : EdgeMap(ImGearRasterPage,ImGearEdgeMapMethods,ImGearChannelRange) Method |
'Declaration Public Overloads Shared Sub EdgeMap( _ ByVal page As ImGearRasterPage, _ ByVal method As ImGearEdgeMapMethods, _ ByVal channels As ImGearChannelRange _ )
'Usage Dim page As ImGearRasterPage Dim method As ImGearEdgeMapMethods Dim channels As ImGearChannelRange ImGearEffects.EdgeMap(page, method, channels)
public static void EdgeMap( ImGearRasterPage page, ImGearEdgeMapMethods method, ImGearChannelRange channels )
public: static void EdgeMap( ImGearRasterPage* page, ImGearEdgeMapMethods method, ImGearChannelRange channels )
public: static void EdgeMap( ImGearRasterPage^ page, ImGearEdgeMapMethods method, ImGearChannelRange channels )
This method takes into account the ROI settings of page object, that are accessible via the ImageGear.Core.ImGearRasterPage.ROI property. By default ROI is set to the entire image.