ImageGear23.Processing.Advanced Assembly > ImageGear.Processing Namespace > ImGearEffects Class : Sketch Method |
'Declaration Public Shared Sub Sketch( _ ByVal page As ImGearRasterPage, _ ByVal texture As ImGearRasterPage, _ ByVal scaling As Double _ )
'Usage Dim page As ImGearRasterPage Dim texture As ImGearRasterPage Dim scaling As Double ImGearEffects.Sketch(page, texture, scaling)
public static void Sketch( ImGearRasterPage page, ImGearRasterPage texture, double scaling )
public: static void Sketch( ImGearRasterPage* page, ImGearRasterPage* texture, double scaling )
public: static void Sketch( ImGearRasterPage^ page, ImGearRasterPage^ texture, double scaling )
The texture image can be scaled to imitate finer or thicker pencil strokes. If source image is larger than the texture, the texture is tiled over the image.