LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
ColorHalftoneCommand Class Members
See Also  Properties  Methods  Events
Leadtools.ImageProcessing.Effects Namespace : ColorHalftoneCommand Class

The following tables list the members exposed by ColorHalftoneCommand.

Public Constructors

 NameDescription
public Constructor ColorHalftoneCommand ConstructorOverloaded.   
Top

Public Properties

 NameDescription
public Property BlackAngleGets or sets a value that represents the black screen angle in a hundredths of degrees (+/-). Supported in Silverlight, Windows Phone 7  
public Property CyanAngleGets or sets a value that represents the cyan screen angle in a hundredths of degrees (+/-). Supported in Silverlight, Windows Phone 7  
public Property HasProgressDetermines if the command object has a progress event handler set. Supported in Silverlight, Windows Phone 7 (Inherited from Leadtools.ImageProcessing.RasterCommand)
public Property MagentaAngleGets or sets a value that represents the magenta screen angle in a hundredths of degrees (+/-). Supported in Silverlight, Windows Phone 7  
public Property MaximumRadiusGets or sets a value that represents the maximum dot size, in pixels. Supported in Silverlight, Windows Phone 7  
public Property YellowAngleGets or sets a value that represents the yellow screen angle in a hundredths of degrees (+/-). Supported in Silverlight, Windows Phone 7  
Top

Public Methods

 NameDescription
public Method OnProgressImplements Leadtools.ImageProcessing.IRasterCommand.OnProgress(Leadtools.ImageProcessing.RasterCommandProgressEventArgs). Supported in Silverlight, Windows Phone 7 (Inherited from Leadtools.ImageProcessing.RasterCommand)
public Method RunImplements Leadtools.ImageProcessing.IRasterCommand.Run(Leadtools.RasterImage). Supported in Silverlight, Windows Phone 7 (Inherited from Leadtools.ImageProcessing.RasterCommand)
public Method ToStringOverridden. Returns a meaningful name for this class. Supported in Silverlight, Windows Phone 7  
Top

Public Events

 NameDescription
public Event ProgressImplements Leadtools.ImageProcessing.IRasterCommand.Progress. Supported in Silverlight, Windows Phone 7 (Inherited from Leadtools.ImageProcessing.RasterCommand)
Top

See Also