LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

MortarColor Property

Show in webframe







Gets or sets the fill color that specifies the mortar color.
Syntax
public RasterColor MortarColor {get; set;}
'Declaration
 
Public Property MortarColor As RasterColor
'Usage
 
Dim instance As BricksTextureCommand
Dim value As RasterColor
 
instance.MortarColor = value
 
value = instance.MortarColor
public RasterColor MortarColor {get; set;}

            

            
 
get_MortarColor();
set_MortarColor(value);
Object.defineProperty('MortarColor');
public:
property RasterColor MortarColor {
   RasterColor get();
   void set (    RasterColor value);
}

Property Value

Fill color that specifies the mortar color.
Example
Refer to BricksTextureCommand example.
Requirements

Target Platforms

See Also

Reference

BricksTextureCommand Class
BricksTextureCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.