Leadtools.ImageProcessing.SpecialEffects Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.12.11
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 ConstructorRomanMosaicCommand ConstructorOverloaded.  Initializes a new RomanMosaicCommand with default parameters.  
Top

Public Properties

 NameDescription
Public PropertyBorder Gets or sets the value that indicates the border width, in pixels.  
Public PropertyColor Gets or sets the value that represents the value which specifies the fill color to be used in between the tiles.  
Public PropertyFlags 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 PropertyHasProgress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public PropertyShadowAngle Gets or sets the value indicating the direction of the light source that produces the shadow.  
Public PropertyShadowThresh Gets or sets the value that determines which pixels will be affected by the shadow.  
Public PropertyTileHeight Gets or sets the value that indicates the height of the tile.  
Public PropertyTileWidth Gets or sets the value that indicates the width of the tile, in pixels.  
Top

Public Methods

 NameDescription
Public MethodOnProgress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public MethodRun (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public MethodToStringOverridden.  Overridden. Returns a meaningful name for this method.  
Top

Public Events

 NameDescription
Public EventProgress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Top

See Also