ImageGear23.Processing.Advanced Assembly > ImageGear.Processing Namespace > ImGearEffects Class : Pointillist Method |
'Declaration Public Shared Sub Pointillist( _ ByVal page As ImGearRasterPage, _ ByVal pointSize As Integer, _ ByVal pointType As ImGearBrushType, _ ByVal smoothness As Integer, _ ByVal color 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)
public static void Pointillist( ImGearRasterPage page, int pointSize, ImGearBrushType pointType, int smoothness, ImGearPixel color )
public: static void Pointillist( ImGearRasterPage* page, int pointSize, ImGearBrushType pointType, int smoothness, ImGearPixel* color )
public: static void Pointillist( ImGearRasterPage^ page, int pointSize, ImGearBrushType pointType, int smoothness, ImGearPixel^ color )