'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 )
Parameters
- page
- An ImageGear.Core.ImGearRasterPage class object to detect edge map for.
- method
- Type of edge map operation to perform.
- channels
- Channel range to apply the operation.