'Declaration
Public Shared Sub Pointillist( _
ByVal As ImGearRasterPage, _
ByVal As Integer, _
ByVal As ImGearBrushType, _
ByVal As Integer, _
ByVal As ImGearPixel _
)
'Usage
Dim page As ImGearRasterPage
Dim pointSize As Integer
Dim pointType As ImGearBrushType
Dim smoothness As Integer
Dim color As ImGearPixel
ImGearEffects.Pointillist(page, pointSize, pointType, smoothness, color)