'Declaration Public Shared Sub EdgeDetection( _ ByVal page As ImGearRasterPage, _ ByVal method As ImGearEdgeDetectionMethods _ )
'Usage Dim page As ImGearRasterPage Dim method As ImGearEdgeDetectionMethods ImGearEffects.EdgeDetection(page, method)
public static void EdgeDetection( ImGearRasterPage page, ImGearEdgeDetectionMethods method )
public: static void EdgeDetection( ImGearRasterPage* page, ImGearEdgeDetectionMethods method )
public: static void EdgeDetection( ImGearRasterPage^ page, ImGearEdgeDetectionMethods method )
Parameters
- page
- An ImageGear.Core.ImGearRasterPage class object on which the algorithm will be performed.
- method
- Type of edge detection method to perform.