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

The following tables list the members exposed by RomanMosaicCommand.

Public Constructors

 NameDescription
public Constructor RomanMosaicCommand ConstructorOverloaded.   
Top

Public Properties

 NameDescription
public Property BorderGets or sets the value that indicates the border width, in pixels.  
public Property ColorGets or sets the value that represents the value which specifies the fill color to be used in between the tiles.  
public Property FlagsGets or sets the enumeration that contains all flags that are needed by the RomanMosaicCommand. It is indicate the values used to select the shape of the tiles and the type of shadow.  
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 ShadowAngleGets or sets the value indicating the direction of the light source that produces the shadow.  
public Property ShadowThreshGets or sets the value that determines which pixels will be affected by the shadow.  
public Property TileHeightGets or sets the value that indicates the height of the tile.  
public Property TileWidthGets or sets the value that indicates the width of the tile, in pixels.  
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