'Declaration
Public Shared Sub Spatter( _
ByVal As ImGearRasterPage, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer _
)
'Usage
Dim page As ImGearRasterPage
Dim horizontalDiffusion As Integer
Dim verticalDiffusion As Integer
Dim smoothness As Integer
ImGearEffects.Spatter(page, horizontalDiffusion, verticalDiffusion, smoothness)
public static void Spatter(
ImGearRasterPage ,
int ,
int ,
int
)
public: static void Spatter(
ImGearRasterPage* ,
int ,
int ,
int
)
public:
static void Spatter(
ImGearRasterPage^ ,
int ,
int ,
int
)