Atalasoft dotImage Send comments on this topic.
HalftoneCommand Class
See Also  Members  
Atalasoft.dotImage Assembly > Atalasoft.Imaging.ImageProcessing.Effects Namespace : HalftoneCommand Class




Generates a black and white image dithered to "halftone" dots. 

Syntax

Visual Basic (Declaration) 
<SerializableAttribute()>
Public Class HalftoneCommand 
   Inherits ImageRegionCommand
Visual Basic (Usage)Copy Code
Dim instance As HalftoneCommand
C# 
[SerializableAttribute()]
public class HalftoneCommand : ImageRegionCommand 
Managed Extensions for C++ 
[SerializableAttribute()]
public __gc class HalftoneCommand : public ImageRegionCommand 
C++/CLI 
[SerializableAttribute()]
public ref class HalftoneCommand : public ImageRegionCommand 

Remarks

This method requires a 24-bit image.

Inheritance Hierarchy

System.Object
   Atalasoft.Imaging.ImageProcessing.ImageCommand
      Atalasoft.Imaging.ImageProcessing.ImageRegionCommand
         Atalasoft.Imaging.ImageProcessing.Effects.HalftoneCommand

Requirements

Namespace: Atalasoft.Imaging.ImageProcessing.Effects

Platforms: Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Assembly: Atalasoft.dotImage (in Atalasoft.dotImage.dll)

See Also