Leadtools.ImageProcessing.SpecialEffects Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
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

  Name Description
Public Constructor RomanMosaicCommand Constructor Overloaded.  Initializes a new RomanMosaicCommand with default parameters.  
Top

Public Properties

  Name Description
Public Property Border Gets or sets the value that indicates the border width, in pixels.  
Public Property Color Gets or sets the value that represents the value which specifies the fill color to be used in between the tiles.  
Public Property Flags Gets 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 HasProgress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public Property ShadowAngle Gets or sets the value indicating the direction of the light source that produces the shadow.  
Public Property ShadowThresh Gets or sets the value that determines which pixels will be affected by the shadow.  
Public Property TileHeight Gets or sets the value that indicates the height of the tile.  
Public Property TileWidth Gets or sets the value that indicates the width of the tile, in pixels.  
Top

Public Methods

  Name Description
Public Method OnProgress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public Method raise_Progress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public Method Run (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public Method ToString Overridden.  Overridden. Returns a meaningful name for this method.  
Top

Protected Methods

  Name Description
Protected Method raise__progress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Top

Public Events

  Name Description
Public Event Progress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Top

See Also