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

The following tables list the members exposed by MosaicTilesCommand.

Public Constructors

 NameDescription
public Constructor MosaicTilesCommand ConstructorOverloaded.   
Top

Public Properties

 NameDescription
public Property BorderColorGets or sets the transparency fill color for the tile border areas.  
public Property FlagsGets or sets the enumeration that contains all flags that are needed by the Leadtools.ImageProcessing.SpecialEffects.MosaicTilesCommand.  
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 OpacityGets or sets a value that represents the weight, in percent, given to the image color and the border or tile color when determining the resulting color.  
public Property OriginGets or sets the point that represents the center of revolution when polar coordinates are used.  
public Property PenWidthGets or sets a value that indicates the width of the pen used to draw tile boundaries, in logical units.  
public Property ShadowAngleGets or sets the value that indicates the direction of the light source that produces the shadow.  
public Property ShadowThresholdGets or sets the value that determines which pixels will be affected by the shadow.  
public Property TileHeightGets or sets a value that represents the height of the tile.  
public Property TilesColorGets or sets the value that represents the transparency fill color for the tiles.  
public Property TileWidthGets or sets a value that represents the width of the tile.  
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 method.  
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