'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 )
Parameters
- page
- Page to process.
- texture
- Page to use as a texture.
- scaling
- Scaling factor for resizing the texture image.