LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)
LEAD Technologies, Inc

MortarColor Property






Gets or sets the fill color that specifies the mortar color. .NET support WinRT support
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);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BricksTextureCommand Class
BricksTextureCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.